Package com.opensymphony.xwork.validator

Interface Summary
ActionValidatorManager ActionValidatorManager
FieldValidator The FieldValidator interface defines the methods to be implemented by FieldValidators, which are used by the XWork validation framework to validate Action properties before executing the Action.
ShortCircuitableValidator This interface should be implemented by validators that can short-circuit the validator queue that it is in.
Validator  
ValidatorContext The context for validation.
 

Class Summary
AbstractActionValidatorManager

An abstract implementation of ActionValidatorManager interface that contains the logics of validating action objects and utlity methods common to all subclass eg.

ActionValidatorManagerFactory ActionValidatorManagerFactory
CompositeTextProvider This is a composite TextProvider that takes in an array or List of TextProviders, it will consult each of them in order to get a composite result.
DefaultActionValidatorManager This is the entry point into XWork's rule-based validation framework.
DelegatingValidatorContext A default implementation of the ValidatorContext interface.
ValidationInterceptor This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.xml) and adds field-level and action-level error messages (provided that the action implements ValidationAware).
ValidatorConfig Holds the necessary information for configuring an instance of a Validator.
ValidatorFactory ValidatorFactory is responsible for reading in validators (eg.
ValidatorFileParser This class serves 2 purpose :- Parse the validation config file.
 

Exception Summary
ValidationException ValidationException.
 


WebWork Project Page