| Library: | Apache Jakarta Commons Validator |
| Version: | 1.3 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractCalendarValidator | org.apache.commons.validator.routines | Abstract class for Date/Time/Calendar validation. |
| AbstractFormatValidator | org.apache.commons.validator.routines | Abstract class for Format based Validation. |
| AbstractNumberValidator | org.apache.commons.validator.routines | Abstract class for Number Validation. |
| Arg | org.apache.commons.validator | A default argument or an argument for a specific validator definition (ex: required) can be stored to pass into a message as parameters. |
| BigDecimalValidator | org.apache.commons.validator.routines | BigDecimal Validation and Conversion routines ( |
| BigIntegerValidator | org.apache.commons.validator.routines | BigInteger Validation and Conversion routines ( |
| ByteValidator | org.apache.commons.validator.routines | Byte Validation and Conversion routines ( |
| CalendarValidator | org.apache.commons.validator.routines | Calendar Validation and Conversion routines ( |
| CreditCardValidator | org.apache.commons.validator | Perform credit card validations. |
| CurrencyValidator | org.apache.commons.validator.routines | Currency Validation and Conversion routines ( |
| DateValidator | org.apache.commons.validator | Perform date validations. |
| DateValidator | org.apache.commons.validator.routines | Date Validation and Conversion routines ( |
| DoubleValidator | org.apache.commons.validator.routines | Double Validation and Conversion routines ( |
| EmailValidator | org.apache.commons.validator | Perform email validations. |
| Field | org.apache.commons.validator | 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 | org.apache.commons.validator.util | Represents a collection of 64 boolean (on/off) flags. |
| FloatValidator | org.apache.commons.validator.routines | Float Validation and Conversion routines ( |
| Form | org.apache.commons.validator | This contains a set of validation rules for a form/JavaBean. |
| FormSet | org.apache.commons.validator | Holds a set of Forms stored associated with a Locale
based on the country, language, and variant specified. |
| FormSetFactory | org.apache.commons.validator | Factory class used by Digester to create FormSet's. |
| GenericTypeValidator | org.apache.commons.validator | This class contains basic methods for performing validations that return the correctly typed class based on the validation performed. |
| GenericValidator | org.apache.commons.validator | This class contains basic methods for performing validations. |
| IntegerValidator | org.apache.commons.validator.routines | Integer Validation and Conversion routines ( |
| ISBNValidator | org.apache.commons.validator | A class for validating 10 digit ISBN codes. |
| LongValidator | org.apache.commons.validator.routines | Long Validation and Conversion routines ( |
| Msg | org.apache.commons.validator | 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). |
| PercentValidator | org.apache.commons.validator.routines | Percentage Validation and Conversion routines ( |
| ShortValidator | org.apache.commons.validator.routines | Short Validation and Conversion routines ( |
| TimeValidator | org.apache.commons.validator.routines | Time Validation and Conversion routines ( |
| UrlValidator | org.apache.commons.validator | Validates URLs. |
| ValidateBean | org.apache.commons.validator.example | A simple bean to use with the Validator Example. |
| ValidateExample | org.apache.commons.validator.example | A simple example of setting up and using the Validator. |
| Validator | org.apache.commons.validator | Validations are processed by the validate method. |
| ValidatorAction | org.apache.commons.validator | Contains the information to dynamically create and run a validation method. |
| ValidatorResources | org.apache.commons.validator |
General purpose class for storing |
| ValidatorResult | org.apache.commons.validator | This contains the results of a set of validation rules processed on a JavaBean. |
| ValidatorResult.ResultStatus | org.apache.commons.validator | Contains the status of the validation. |
| ValidatorResults | org.apache.commons.validator | This contains the results of a set of validation rules processed on a JavaBean. |
| ValidatorUtils | org.apache.commons.validator.util | Basic utility methods. |
| Var | org.apache.commons.validator | A variable that can be associated with a Field for
passing in information to a pluggable validator. |
| Search |




