All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractCalendarValidator Abstract class for Date/Time/Calendar validation.AbstractFormatValidator Abstract class for Format based Validation.AbstractNumberValidator Abstract class for Number Validation.Arg A default argument or an argument for a specific validator definition (ex: required) can be stored to pass into a message as parameters.BigDecimalValidator BigDecimal Validation and Conversion routines (java.math.BigDecimal
).BigIntegerValidator BigInteger Validation and Conversion routines (java.math.BigInteger
).ByteValidator Byte Validation and Conversion routines (java.lang.Byte
).CalendarValidator Calendar Validation and Conversion routines (java.util.Calendar
).CreditCardValidator Perform credit card validations.CreditCardValidator.CreditCardType CreditCardType implementations define how validation is performed for one type/brand of credit card.CurrencyValidator Currency Validation and Conversion routines (java.math.BigDecimal
).DateValidator Perform date validations.DateValidator Date Validation and Conversion routines (java.util.Date
).DoubleValidator Double Validation and Conversion routines (java.lang.Double
).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.Flags Represents a collection of 64 boolean (on/off) flags.FloatValidator Float Validation and Conversion routines (java.lang.Float
).Form This contains a set of validation rules for a form/JavaBean.FormSet Holds a set ofForm
s stored associated with aLocale
based on the country, language, and variant specified.FormSetFactory Factory class used by Digester to create FormSet's.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.IntegerValidator Integer Validation and Conversion routines (java.lang.Integer
).ISBNValidator A class for validating 10 digit ISBN codes.LongValidator Long Validation and Conversion routines (java.lang.Long
).Msg An alternative message can be associated with aField
and a pluggable validator instead of using the default message stored in theValidatorAction
(aka pluggable validator).PercentValidator Percentage Validation and Conversion routines (java.math.BigDecimal
).ShortValidator Short Validation and Conversion routines (java.lang.Short
).TimeValidator Time Validation and Conversion routines (java.util.Calendar
).UrlValidator Validates URLs.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 storingFormSet
objects based on their associatedLocale
.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.ValidatorUtils Basic utility methods.Var A variable that can be associated with aField
for passing in information to a pluggable validator.