Uses of Class
org.apache.commons.validator.FormSet

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  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.
 



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.