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 java.lang.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,
java.lang.String formKey,
java.lang.String fieldKey)
Retrieves the closest matching Field based
on FormSet 's locale. |