|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Applications that need to use the validation framework must implement this interface. This interface could either be implemented as a standalone class, or a controller could implement this interface directly as well. Creation date: (9/23/2001 9:32:19 PM) Author: Shash Chatterjee
| Method Summary | |
void |
notify(Hashtable params,
String URL)
This method is used to allow the application-specific handler to notify the "validator(s)" of an action they need to take. |
ControllerResponse |
validated(Hashtable params,
ControllerRequest request,
ControllerResponse response,
Controller ctlr)
This method is used to complete the application-specific action after the validation is successful. |
| Method Detail |
public void notify(Hashtable params,
String URL)
throws AuthValidationException
params - All the application-specific parameters from the
validation requestURL - The link that the user will click on to validate the
request
AuthValidationExceptionValidationJob
public ControllerResponse validated(Hashtable params,
ControllerRequest request,
ControllerResponse response,
Controller ctlr)
throws ControllerException,
NonHandleableException
params - All the application-specific parameters from the
validation requestrequest - the ControllerRequest objectresponse - The controller response from the runValidationState of
ValidationControllerctlr - The ValidationController instance
ControllerException - upon error
NonHandleableException - upon fatal errorValidationController
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||