Uses of Class
org.apache.commons.validator.FormSet
-
Packages that use FormSet Package Description org.apache.commons.validator The Validator package provides validation for JavaBeans based on an xml file. -
-
Uses of FormSet in org.apache.commons.validator
Fields in org.apache.commons.validator declared as FormSet Modifier and Type Field Description protected FormSet
ValidatorResources. defaultFormSet
This is the defaultFormSet
(without locale).Methods in org.apache.commons.validator that return types with arguments of type FormSet Modifier and Type Method Description protected java.util.Map<java.lang.String,FormSet>
ValidatorResources. getFormSets()
Returns a Map of String locale keys to Lists of their FormSets.Methods in org.apache.commons.validator with parameters of type FormSet Modifier and Type Method Description void
ValidatorResources. addFormSet(FormSet fs)
Add aFormSet
to thisValidatorResources
object.protected java.lang.String
ValidatorResources. buildKey(FormSet fs)
Builds a key to store theFormSet
under based on it's language, country, and variant values.protected void
FormSet. merge(FormSet depends)
Merges the givenFormSet
into this one.
-