|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by all the classes capable of handling external parameters.
Some terminals can provide external parameters for application. For example
GET and POST parameters are passed to application as external parameters on
Web Adapter. The parameters can be received at any time during the application
lifecycle. All the parameter handlers implementing this interface and registered
to Window
receive all the parameters got from
the terminal in the given window.
Method Summary | |
void |
handleParameters(java.util.Map parameters)
Handle parameters. |
Method Detail |
public void handleParameters(java.util.Map parameters)
Handle the given parameters. The parameters are given as inmodifieable
name to value map. All parameters names are of type: String
.
All the parameter values are arrays of strings.
parameters
- Inmodifiable name to value[] mapping.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |