Java org.apache.commons.validator Form fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator Form fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator Form.

The text is from its open source code.

Constructor

Method

voidaddField(Field f)
Add a Field to the Form.
FieldgetField(String fieldName)
Returns the Field with the given name or null if this Form has no such field.
ListgetFields()
A List of Fields is returned as an unmodifiable List.
StringgetName()
Gets the name/key of the set of validation rules.
voidsetName(String name)
Sets the name/key of the set of validation rules.