Uses of Class
org.apache.commons.validator.Form
Packages that use Form
Package
Description
The Validator package provides validation for JavaBeans based on an xml file.
-
Uses of Form in org.apache.commons.validator
Methods in org.apache.commons.validator that return FormModifier and TypeMethodDescriptionRetrieve aForm
based on the form name.Gets aForm
based on the name of the form and theLocale
that most closely matches theLocale
passed in.Gets aForm
based on the name of the form and theLocale
that most closely matches theLocale
passed in.Methods in org.apache.commons.validator that return types with arguments of type FormModifier and TypeMethodDescriptionFormSet.getForms()
AMap
ofForm
s is returned as an unmodifiableMap
with the key based on the form name.Methods in org.apache.commons.validator with parameters of type Form