|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterHandler
ParameterHandler
is implemented by classes capable of handling
external parameters.
What parameters are provided depend on what the Terminal
provides and
if the application is deployed as a servlet or portlet. URL GET parameters
are typically provided to the handleParameters(Map)
method.
A ParameterHandler
must be registered to a Window
using
Window.addParameterHandler(ParameterHandler)
to be called when
parameters are available.
Nested Class Summary | |
---|---|
static interface |
ParameterHandler.ErrorEvent
An ErrorEvent implementation for ParameterHandler. |
Method Summary | |
---|---|
void |
handleParameters(Map<String,String[]> parameters)
Handles the given parameters. |
Method Detail |
---|
void handleParameters(Map<String,String[]> parameters)
String
and the values are String
arrays.
parameters
- an unmodifiable map which contains the parameter names and
values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |