Home | Trees | Indices | Help |
|
---|
|
object --+ | IParameterHandler
IParameterHandler
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. URL GET parameters are typically provided to the handleParameters method.
A IParameterHandler
must be registered to a
Window
using Window.addParameterHandler
to be called when
parameters are available.
Version: 1.1.2
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Handles the given parameters. All parameters names are of type string and the values are string arrays.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:01:22 2013 | http://epydoc.sourceforge.net |