Class Summary |
CardinalityValidator |
This validator ensures that a value is a valid date |
DateRangeValidator |
This validator ensures that a value is within a given date range |
DateValidator |
This validator ensures that a value is a valid date |
DecimalValidator |
Validate that the value is a decimal meeting specific requirements for digit counts before and
after the point. |
DigitValidator |
This validator ensures that the value contains only digits tested against
the field size length (len). |
EmailValidator |
Validator for ensuring a string is a valid email address. |
EqualsValidator |
This validator ensures that the original value constitues a
valid type |
FriendlyValidTypeValidator |
Custom extension of ValidTypeValidator that provides friendlier error messages. |
IntegerValidator |
Validate that the value is an integer meeting specific requirements for the digit counts. |
LinkingValidator |
Ensures that if any element in a list of elements contains a non-null value that all the other
elements also be non-null. |
ListValidator |
This validator validates all items even if OrigVal is an instance of
java.util.List |
MaxLengthValidator |
This validator ensures that the length of a value is <= a maximum length |
MinLengthValidator |
This validator ensures that the length of a value is >= a minimum length |
NotNullValidator |
This validator ensures that a form element is not null or blanks. |
PhoneValidator |
Validator for ensuring a string is a valid phone number. |
RangeValidator |
This validator ensures that a value is within a given number range |
RegularExpressionValidator |
A validator for checking a string value against a regular expression pattern. |
ValidatorListValidator |
Validate a list of zero or more Validators.
|
ValidTypeValidator |
This validator ensures that the original value constitues a
valid type |
ZipCodeValidator |
Validator for ensuring a string is a valid zip code. |