Verwendungen von Package
org.apache.fulcrum.intake.validator
Packages, die org.apache.fulcrum.intake.validator verwenden
Package
Beschreibung
Validators for the various intake field types.
-
Von org.apache.fulcrum.intake.model verwendete Klassen in org.apache.fulcrum.intake.validatorKlasseBeschreibungA constraint has a name and a value and an optional message.Validator api.
-
Von org.apache.fulcrum.intake.validator verwendete Klassen in org.apache.fulcrum.intake.validatorKlasseBeschreibungInterface to define the compare operation betwen two field valuesA constraint has a name and a value and an optional message.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 validatorsHelper Class to manage relations between fields.This interface marks a bean/class that can have its properties set by values in a Map.Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator.An Exception indidate an invalid field mask.Validates numbers with the following constraints in addition to those listed in DefaultValidator.An Exception to mark a failed validationValidator api.