|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 | |
---|---|
ActionValidatorManagerFactory | ActionValidatorManagerFactory |
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 |
ValidatorFileParser | Parse the validation file. |
Exception Summary | |
---|---|
ValidationException | ValidationException. |
|
XWork Project Page | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |