| Package | Description |
|---|---|
| org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
| Class and Description |
|---|
| Arg
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
Deprecated.
CreditCardType implementations define how validation is performed
for one type/brand of credit card.
|
| DateValidator
Deprecated.
Use the new DateValidator, CalendarValidator or TimeValidator in the
routines package. This class will be removed in a future release.
|
| EmailValidator
Deprecated.
Use the new EmailValidator in the routines package. This class
will be removed in a future release.
|
| 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
Forms 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.
|
| ValidatorResult.ResultStatus
Contains the status of the validation.
|
| 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. |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.