Uses of Class
org.apache.commons.validator.FormSet
Package
Description
The Validator package provides validation for JavaBeans based on an xml file.
-
Uses of FormSet in org.apache.commons.validator
Modifier and TypeFieldDescriptionprotected FormSet
ValidatorResources.defaultFormSet
This is the defaultFormSet
(without locale).Modifier and TypeMethodDescriptionValidatorResources.getFormSets()
Returns a Map of String locale keys to Lists of their FormSets.Modifier 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.