|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.opensymphony.xwork2.validator | |
|---|---|
| com.opensymphony.xwork2 | Main Xwork interfaces and classes. |
| com.opensymphony.xwork2.validator | XWork validation subsystem. |
| com.opensymphony.xwork2.validator.validators | XWork default validator classes. |
| org.apache.struts2.interceptor.validation | |
| Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2 | |
|---|---|
| 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. |
|
| Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validator | |
|---|---|
ActionValidatorManager
ActionValidatorManager |
|
| ValidationException
ValidationException. |
|
| 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. |
|
| ValidatorConfig
Holds the necessary information for configuring an instance of a Validator. |
|
| ValidatorContext
The context for validation. |
|
| Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validator.validators | |
|---|---|
| DelegatingValidatorContext
A default implementation of the ValidatorContext interface. |
|
| 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. |
|
| ValidationException
ValidationException. |
|
| 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. |
|
| Classes in com.opensymphony.xwork2.validator used by org.apache.struts2.interceptor.validation | |
|---|---|
| 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). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||