Verwendungen von Schnittstelle
org.apache.fulcrum.intake.validator.Validator

Packages, die Validator verwenden
Package
Beschreibung
 
Validators for the various intake field types.
  • Verwendungen von Validator in org.apache.fulcrum.intake.model

    Methoden in org.apache.fulcrum.intake.model, die Validator zurückgeben
    Modifizierer und Typ
    Methode
    Beschreibung
    Field.getValidator()
    Gets the Validator object for this field.
  • Verwendungen von Validator in org.apache.fulcrum.intake.validator

    Klassen in org.apache.fulcrum.intake.validator, die Validator implementieren
    Modifizierer und Typ
    Klasse
    Beschreibung
    class 
    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 
    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 validators
    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 
    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