Package org.apache.fulcrum.intake.validator
package org.apache.fulcrum.intake.validator
Validators for the various intake field types.
$Id$
$Id$
-
KlasseBeschreibungValidates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.Validator for boolean field types.
Values are validated by attempting to match the value to a list of strings for true and false values.Interface to define the compare operation betwen two field valuesA constraint has a name and a value and an optional message.Validates a DateString field in dependency on another DateString field.Validates numbers with the following constraints in addition to those listed in DefaultValidator.DefaultValidator that will compare a testValue against the following constraints: Validation rules NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp minLengthinteger0 maxLengthinteger This validator can serve as the base class for more specific validatorsValidates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.Helper Class to manage relations between fields.A validator that will compare a Part testValue against the following constraints in addition to those listed in DefaultValidator.Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator.This interface marks a bean/class that can have its properties set by values in a Map.Validates an int field in dependency on another int field.Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator.An Exception indidate an invalid field mask.Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator.NumberValidator<T extends Number>Validates numbers with the following constraints in addition to those listed in DefaultValidator.Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator.A validator that will compare a testValue against the following constraints: Validation rules NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp minLengthinteger0 maxLengthinteger This validator can serve as the base class for more specific validatorsAn Exception to mark a failed validationValidator<T>Validator api.