Verwendungen von Klasse
org.apache.fulcrum.intake.validator.ValidationException

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

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    BooleanValidator.assertValidity(String testValue)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    DateRangeValidator.assertValidity(String testValue, Group group)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    DateRangeValidator.assertValidity(Field<Date> testField)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    DateStringValidator.assertValidity(String testValue)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    DefaultValidator.assertValidity(String testValue)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    DefaultValidator.assertValidity(Field<T> field)
    Determine whether a field meets the criteria specified in the constraints defined for this validator
    void
    FileValidator.assertValidity(Part testValue)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    IntegerRangeValidator.assertValidity(String testValue, Group group, Locale locale)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    IntegerRangeValidator.assertValidity(Field<Integer> testField)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    NumberValidator.assertValidity(String testValue, Locale locale)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    NumberValidator.assertValidity(Field<T> field)
    Determine whether a field meets the criteria specified in the constraints defined for this validator
    void
    StringValidator.assertValidity(String testValue)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    Validator.assertValidity(String testValue)
    Determine whether a testValue meets the criteria specified in the constraints defined for this validator
    void
    Validator.assertValidity(Field<T> field)
    Determine whether a field meets the criteria specified in the constraints defined for this validator
    static <T> void
    FieldReference.checkReferences(List<FieldReference> fieldReferences, CompareCallback<T> compareCallback, T value, Group group)
    Check the parsed value against the referenced fields