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
Methoden in org.apache.fulcrum.intake.validator, die ValidationException auslösenModifizierer und TypMethodeBeschreibungvoid
BooleanValidator.assertValidity
(String testValue) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
DateRangeValidator.assertValidity
(String testValue, Group group) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
DateRangeValidator.assertValidity
(Field<Date> testField) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
DateStringValidator.assertValidity
(String testValue) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
DefaultValidator.assertValidity
(String testValue) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
DefaultValidator.assertValidity
(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorvoid
FileValidator.assertValidity
(Part testValue) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
IntegerRangeValidator.assertValidity
(String testValue, Group group, Locale locale) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
IntegerRangeValidator.assertValidity
(Field<Integer> testField) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
NumberValidator.assertValidity
(String testValue, Locale locale) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
NumberValidator.assertValidity
(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorvoid
StringValidator.assertValidity
(String testValue) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
Validator.assertValidity
(String testValue) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
Validator.assertValidity
(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorstatic <T> void
FieldReference.checkReferences
(List<FieldReference> fieldReferences, CompareCallback<T> compareCallback, T value, Group group) Check the parsed value against the referenced fields