Class LoginAction
Object
|
+--Command
|
+--LoginAction
- class
LoginAction
- extends Command
This is HelloAction class command implementation.
Defined in LoginAction.js
LoginAction
LoginAction(<Config> config)
Constructs a new LoginAction class.
Parameters:
config - The instance of Config class.
execute
ResponseContext execute(<Environment> environment, <LoginForm> loginForm)
Logs into the the database using username/password. Returns to error page is user not found.
Parameters:
environment - The instance of Environment class.
loginForm - The instance of LoginForm class - RequestContext.
Returns:
The instance of ResponseContext class
init
LoginAction init(<Config> config)
Parameters:
config - The instance of Config class
Returns:
LoginAction object instance itself.
www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008