Class HelloAction
Object
|
+--Command
|
+--HelloAction
- class
HelloAction
- extends Command
This is HelloAction class command implementation.
Defined in HelloAction.js
HelloAction
HelloAction(<Config> config)
Constructs a new HelloAction class.
Parameters:
config - The instance of Config class.
execute
ResponseContext execute(<Environment> environment, <HelloForm> helloForm)
Performs business logic here. Checks to see if visitorName is supplied, forwards to error page otherwise.
Parameters:
environment - The instance of Environment class.
helloForm - The instance of HelloForm class- RequestContext.
Returns:
The instance of ResponseContext class
init
HelloAction init(<Config> config)
Parameters:
config - The instance of Config class
Returns:
HelloAction object instance itself.
www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008