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
 

Fields in org.apache.commons.validator declared as FormSet
protected  FormSet ValidatorResources.defaultFormSet
          This is the default FormSet (without locale).
 

Methods in org.apache.commons.validator with parameters of type FormSet
 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-2010 Apache Software Foundation. All Rights Reserved.