|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| 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 | The validators supplied by the Xwork distribution (and any validators you might write yourself) come in two different flavors: Plain Validators / Non-Field validators FieldValidators Plain Validators (such as the ExpressionValidator) perform validation checks that are not inherently tied to a single specified field. |
| ValidatorContext | The context for validation. |
| Class Summary | |
|---|---|
| ActionValidatorManagerFactory | ActionValidatorManagerFactory |
| AnnotationActionValidatorManager | AnnotationActionValidatorManager
This is the entry point into XWork's annotations-based validator framework. |
| AnnotationValidationConfigurationBuilder | AnnotationValidationConfigurationBuilder |
| DefaultActionValidatorManager | This is the entry point into XWork's rule-based validation framework. |
| DelegatingValidatorContext | A default implementation of the ValidatorContext interface. |
| DelegatingValidatorContext.ActionContextLocaleProvider | An implementation of LocaleProvider which gets the locale from the action context. |
| DelegatingValidatorContext.LoggingValidationAware | An implementation of ValidationAware which logs errors and messages. |
| 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 validation subsystem.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||