Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Field and Description |
---|---|
protected FormSet |
ValidatorResources.defaultFormSet
This is the default
FormSet (without locale). |
Modifier and Type | Method and Description |
---|---|
private FormSet |
FormSetFactory.createFormSet(ValidatorResources resources,
java.lang.String language,
java.lang.String country,
java.lang.String variant)
Create or retrieve a
FormSet based on the language, country
and variant. |
(package private) FormSet |
ValidatorResources.getFormSet(java.lang.String language,
java.lang.String country,
java.lang.String variant)
Gets a
FormSet based on the language, country
and variant. |
private FormSet |
ValidatorResources.getParent(FormSet fs)
Finds the given formSet's parent.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,FormSet> |
ValidatorResources.getFormSets()
Returns a Map of String locale keys to Lists of their FormSets.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatorResources.addFormSet(FormSet fs)
Add a
FormSet to this ValidatorResources
object. |
protected java.lang.String |
ValidatorResources.buildKey(FormSet fs)
Builds a key to store the
FormSet under based on it's
language, country, and variant values. |
private FormSet |
ValidatorResources.getParent(FormSet fs)
Finds the given formSet's parent.
|
protected void |
FormSet.merge(FormSet depends)
Merges the given
FormSet into this one. |