Uses of Class
org.apache.commons.validator.Field
Packages that use Field
Package
Description
The Validator package provides validation for JavaBeans based on an xml file.
-
Uses of Field in org.apache.commons.validator
Fields in org.apache.commons.validator declared as FieldFields in org.apache.commons.validator with type parameters of type FieldMethods in org.apache.commons.validator that return FieldModifier 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.Methods in org.apache.commons.validator that return types with arguments of type FieldModifier and TypeMethodDescriptionForm.getFieldMap()
Returns a Map of String field keys to Field objects.Form.getFields()
AList
ofField
s is returned as an unmodifiableList
.Methods in org.apache.commons.validator with parameters of type FieldModifier and TypeMethodDescriptionvoid
Add a the result of a validator action.void
Add a the result of a validator action.void
Add aField
to theForm
.Constructors in org.apache.commons.validator with parameters of type FieldModifierConstructorDescriptionValidatorResult
(Field field) Constructs aValidatorResult
with the associated field being validated.