Uses of Class
org.apache.commons.validator.Field
Package
Description
The Validator package provides validation for JavaBeans based on an xml file.
-
Uses of Field in org.apache.commons.validator
Modifier and TypeMethodDescriptionReturns the Field with the given name or null if this Form has no such field.ValidatorResult.getField()
Returns the Field that was validated.Modifier and TypeMethodDescriptionForm.getFieldMap()
Returns a Map of String field keys to Field objects.Form.getFields()
AList
ofField
s is returned as an unmodifiableList
.Modifier and TypeMethodDescriptionvoid
Add a the result of a validator action.void
Add a the result of a validator action.void
Add aField
to theForm
.ModifierConstructorDescriptionValidatorResult
(Field field) Constructs aValidatorResult
with the associated field being validated.