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 FormSetValidatorResources. defaultFormSetThis 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 voidValidatorResources. addFormSet(FormSet fs)Add aFormSetto thisValidatorResourcesobject.protected java.lang.StringValidatorResources. buildKey(FormSet fs)Builds a key to store theFormSetunder based on it's language, country, and variant values.protected voidFormSet. merge(FormSet depends)Merges the givenFormSetinto this one.
-