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 |
---|---|
protected Map<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 String |
ValidatorResources.buildKey(FormSet fs)
Builds a key to store the
FormSet under based on it's
language, country, and variant values. |
protected void |
FormSet.merge(FormSet depends)
Merges the given
FormSet into this one. |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.