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

Packages that use Form
org.apache.commons.validator The Validator package provides validation for JavaBeans based on an xml file. 
 

Uses of Form in org.apache.commons.validator
 

Methods in org.apache.commons.validator that return Form
 Form FormSet.getForm(java.lang.Object key)
          Deprecated. Use getForm(String) instead.
 Form FormSet.getForm(java.lang.String formName)
          Retrieve a Form based on the form name.
 Form ValidatorResources.get(java.util.Locale locale, java.lang.Object formKey)
          Deprecated. Use getForm() instead.
 Form ValidatorResources.getForm(java.util.Locale locale, java.lang.String formKey)
          Gets a Form based on the name of the form and the Locale that most closely matches the Locale passed in.
 Form ValidatorResources.get(java.lang.String language, java.lang.String country, java.lang.String variant, java.lang.Object formKey)
          Deprecated. Use getForm() instead.
 Form ValidatorResources.getForm(java.lang.String language, java.lang.String country, java.lang.String variant, java.lang.String formKey)
          Gets a Form based on the name of the form and the Locale that most closely matches the Locale passed in.
 

Methods in org.apache.commons.validator with parameters of type Form
 void FormSet.addForm(Form f)
          Add a Form to the FormSet.
 



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