|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Constraint | A constraint has a name and a value and an optional message. |
InitableByConstraintMap | This interface marks a bean/class that can have its properties set by values in a Map. |
Validator | Validator api. |
Class Summary | |
BigDecimalValidator | Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator. |
BooleanValidator | Validator for boolean field types. Values are validated by attemting to match the value to a list of strings for true and false values. |
DateStringValidator | Validates numbers with the following constraints in addition to those listed in DefaultValidator. |
DefaultValidator | DefaultValidator that will compare a testValue against the following constraints: NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp minLengthinteger0 maxLengthinteger This validator can serve as the base class for more specific validators |
DoubleValidator | Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator. |
FileValidator | A validator that will compare a FileItem testValue against the following constraints in addition to those listed in DefaultValidator. |
FloatValidator | Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator. |
IntegerValidator | Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator. |
LongValidator | Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator. |
NumberKeyValidator | Deprecated. No replacement |
ShortValidator | Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator. |
StringValidator | A validator that will compare a testValue against the following constraints: NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp minLengthinteger0 maxLengthinteger This validator can serve as the base class for more specific validators |
Exception Summary | |
InvalidMaskException | An Exception indidate an invalid field mask. |
ValidationException | An Exception to mark a failed validation |
Validators for the various intake field types.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |