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
public 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.
This method is used to allow the application-specific handler to notify
the "validator(s)" of an action they need to take. This method is
called by ValidationJob when a new validation request is submitted.
Creation date: (9/23/2001 2:24:30 PM) Author: Shash Chatterjee
Parameters: params - All the application-specific parameters from thevalidation request Parameters: URL - The link that the user will click on to validate therequest See Also:com.jcorporate.expresso.services.job.ValidationJob
This method is used to complete the application-specific action after
the validation is successful. This method is called by
ValidationController after a validation code matches that stored in the
validation entry. Creation date: (9/23/2001 2:24:30 PM) Author: Shash
Chatterjee
Parameters: params - All the application-specific parameters from thevalidation request Parameters: request - the ControllerRequest object Parameters: response - The controller response from the runValidationState ofValidationController Parameters: ctlr - The ValidationController instance ControllerResponse object throws: ControllerException - upon error throws: NonHandleableException - upon fatal error See Also:com.jcorporate.expresso.services.controller.ValidationController