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 FormFormSet. getForm(java.lang.String formName)Retrieve aFormbased on the form name.FormValidatorResources. getForm(java.lang.String language, java.lang.String country, java.lang.String variant, java.lang.String formKey)Gets aFormbased on the name of the form and theLocalethat most closely matches theLocalepassed in.FormValidatorResources. getForm(java.util.Locale locale, java.lang.String formKey)Gets aFormbased on the name of the form and theLocalethat most closely matches theLocalepassed 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()AMapofForms is returned as an unmodifiableMapwith the key based on the form name.Methods in org.apache.commons.validator with parameters of type Form Modifier and Type Method Description voidFormSet. addForm(Form f)Add aFormto theFormSet.protected voidForm. merge(Form depends)Merges the given form into this one.
-