|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationException | |
org.apache.turbine.services.intake.validator | Validators for the various intake field types. |
Uses of ValidationException in org.apache.turbine.services.intake.validator |
Methods in org.apache.turbine.services.intake.validator that throw ValidationException | |
void |
Validator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
Validator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
StringValidator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
ShortValidator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
NumberKeyValidator.assertValidity(java.lang.String testValue)
Deprecated. Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
LongValidator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
IntegerValidator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
IntegerRangeValidator.assertValidity(Field testField)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
IntegerRangeValidator.assertValidity(java.lang.String testValue,
Group group)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
FloatValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
FloatValidator.assertValidity(java.lang.String testValue,
java.util.Locale locale)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
FileValidator.assertValidity(org.apache.commons.fileupload.FileItem testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
static void |
FieldReference.checkReferences(java.util.List fieldReferences,
CompareCallback compareCallback,
java.lang.Object value,
Group group)
Check the parsed value against the referenced fields |
void |
DoubleValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
DoubleValidator.assertValidity(java.lang.String testValue,
java.util.Locale locale)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DefaultValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
DefaultValidator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DateStringValidator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DateRangeValidator.assertValidity(Field testField)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DateRangeValidator.assertValidity(java.lang.String testValue,
Group group)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
BooleanValidator.assertValidity(java.lang.String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
BigDecimalValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
BigDecimalValidator.assertValidity(java.lang.String testValue,
java.util.Locale locale)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |