Uses of Class
org.apache.commons.validator.FormSet
Packages that use FormSet
Package
Description
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 FormSetModifier and TypeFieldDescriptionprotected FormSet
ValidatorResources.defaultFormSet
This is the defaultFormSet
(without locale).Methods in org.apache.commons.validator that return types with arguments of type FormSetModifier and TypeMethodDescriptionValidatorResources.getFormSets()
Returns a Map of String locale keys to Lists of their FormSets.Methods in org.apache.commons.validator with parameters of type FormSetModifier and TypeMethodDescriptionvoid
ValidatorResources.addFormSet
(FormSet fs) Add aFormSet
to thisValidatorResources
object.protected String
Builds a key to store theFormSet
under based on it's language, country, and variant values.protected void
Merges the givenFormSet
into this one.