| java.lang.Object org.iscreen.impl.BaseValidationService org.iscreen.impl.DefaultValidationService
DefaultValidationService | public class DefaultValidationService extends BaseValidationService (Code) | | This is a "default" implementation of the ValidationService interface
that can be configured to act as a full implementation of the service.
author: Shellman, Dan |
validatorWrappers | protected List validatorWrappers(Code) | | |
DefaultValidationService | public DefaultValidationService(String uniqueId, Locale locale)(Code) | | Constructor requiring a unique id and default locale
Parameters: uniqueId - The unique id of the validation service. Parameters: locale - The default locale |
addValidatorWrapper | public void addValidatorWrapper(ValidatorWrapper wrapper)(Code) | | Adds a validator wrapper, which is used to call the contained
validator. The ordering of the calls to this method are retained, so
that when the wrappers are iterated through, they are done in order
of when this method is called.
Parameters: wrapper - The wrapper to add to this validation service. |
getAllWrappers | public List getAllWrappers()(Code) | | Retrieves all of the validator wrappers this service is configured with.
Returns the list of wrappers this service is configured with. |
resetValidatorIteration | protected void resetValidatorIteration()(Code) | | |
|
|