|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.validator | |
org.apache.commons.validator | The Validator package provides validation for JavaBeans based on an xml file. |
Classes in org.apache.commons.validator used by org.apache.commons.validatorArg
|
A default argument or an argument for a specific validator definition (ex: required) can be stored to pass into a message as parameters. CreditCardValidator.CreditCardType
|
CreditCardType implementations define how validation is performed for one type/brand of credit card. DateValidator
|
Perform date validations. EmailValidator
|
Perform email validations. 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. Form
|
This contains a set of validation rules for a form/JavaBean. FormSet
|
Holds a set of Form s stored associated with a Locale
based on the country, language, and variant specified.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).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 FormSet objects based
on their associated Locale .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. Var
|
A variable that can be associated with a Field for
passing in information to a pluggable validator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |