Verwendungen von Klasse
org.apache.fulcrum.intake.validator.DefaultValidator
Packages, die DefaultValidator verwenden
Package
Beschreibung
Validators for the various intake field types.
-
Verwendungen von DefaultValidator in org.apache.fulcrum.intake.validator
Unterklassen von DefaultValidator in org.apache.fulcrum.intake.validatorModifizierer und TypKlasseBeschreibungclass
Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
Validator for boolean field types.
Values are validated by attempting to match the value to a list of strings for true and false values.class
Validates a DateString field in dependency on another DateString field.class
Validates numbers with the following constraints in addition to those listed in DefaultValidator.class
Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
A validator that will compare a Part testValue against the following constraints in addition to those listed in DefaultValidator.class
Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
Validates an int field in dependency on another int field.class
Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
NumberValidator<T extends Number>
Validates numbers with the following constraints in addition to those listed in DefaultValidator.class
Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator.class
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 validators