|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormSet | |
org.apache.commons.validator | The Validator package provides validation for JavaBeans based on an xml file. |
Uses of FormSet in org.apache.commons.validator |
Methods in org.apache.commons.validator with parameters of type FormSet | |
void |
ValidatorResources.put(FormSet fs)
Deprecated. Use addFormSet() instead. |
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 Field |
ValidatorResources.getClosestLocaleField(FormSet fs,
String formKey,
String fieldKey)
Retrieves the closest matching Field based
on FormSet 's locale. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |