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
org.millstone.base.ui.Window receive all the parameters got from
the terminal in the given window.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |