| Class Summary | |
|---|---|
| Arg |
A default argument or an argument for a specific validator definition (ex: required) can be stored to pass into a message as parameters. |
| Constant |
A constant can be used to define a global or locale level constant that can be used to replace values in certain fields. |
| CreditCardValidator |
Perform credit card validations. By default, all supported card types are allowed. |
| CreditCardValidator.Amex | |
| CreditCardValidator.CreditCardType | CreditCardType implementations define how validation is performed for one type/brand of credit card. |
| CreditCardValidator.Discover | |
| CreditCardValidator.Mastercard | |
| CreditCardValidator.Visa | |
| DateValidator |
Perform date validations. This class is a Singleton; you can retrieve the instance via the getInstance() method. |
| EmailValidator |
Perform email validations. This class is a Singleton; you can retrieve the instance via the getInstance() method. |
| Field | This contains the list of pluggable validators to run on a field and any message information and variables to perform the validations and generate error messages. |
| Flags | Represents a collection of 64 boolean (on/off) flags. |
| Form |
This contains a set of validation rules for a form/JavaBean. |
| FormSet |
Holds a set of Forms stored associated with a
Locale based on the country, language, and variant specified.
|
| GenericTypeValidator | This class contains basic methods for performing validations that return the correctly typed class based on the validation performed. |
| GenericValidator | This class contains basic methods for performing validations. |
| Msg |
An alternative message can be associated with a Field
and a pluggable validator instead of using the default message
stored in the ValidatorAction (aka pluggable validator).
|
| UrlValidator |
Validates URLs. Behavour of validation is modified by passing in options: |
| Validator | Validations are processed by the validate method. |
| ValidatorAction | Contains the information to dynamically create and run a validation method. |
| ValidatorException | The base exception for the Validator Framework. |
| ValidatorResources |
General purpose class for storing |
| ValidatorResourcesInitializer |
Maps an xml file to |
| ValidatorResult | This contains the results of a set of validation rules processed on a JavaBean. |
| ValidatorResults | This contains the results of a set of validation rules processed on a JavaBean. |
| ValidatorResult.ResultStatus | Contains the status of the validation. |
| ValidatorUtil | Basic utility methods. |
| ValidatorUtils | Basic utility methods. |
| Var |
A variable that can be associated with a Field for
passing in information to a pluggable validator. |