Uses of Class
org.apache.commons.validator.Form
-
Packages that use Form Package Description org.apache.commons.validator 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 Form Modifier and Type Method Description Form
FormSet. getForm(java.lang.String formName)
Retrieve aForm
based on the form name.Form
ValidatorResources. getForm(java.lang.String language, java.lang.String country, java.lang.String variant, java.lang.String formKey)
Gets aForm
based on the name of the form and theLocale
that most closely matches theLocale
passed in.Form
ValidatorResources. getForm(java.util.Locale locale, java.lang.String formKey)
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 Form Modifier and Type Method Description java.util.Map<java.lang.String,Form>
FormSet. 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 Modifier and Type Method Description void
FormSet. addForm(Form f)
Add aForm
to theFormSet
.protected void
Form. merge(Form depends)
Merges the given form into this one.
-