Uses of Class
org.apache.struts.validator.ValidatorForm

Packages that use ValidatorForm
org.apache.struts.validator The validator package provides a series of classes to validate ActionForm type of input. 
org.apache.struts.webapp.example   
org.apache.struts.webapp.upload   
org.apache.struts.webapp.validator   
 

Uses of ValidatorForm in org.apache.struts.validator
 

Subclasses of ValidatorForm in org.apache.struts.validator
 class BeanValidatorForm
          Struts validator ActionForm backed by either a DynaBean or POJO JavaBean.
 class LazyValidatorForm
          Struts Lazy ActionForm which wraps a LazyDynaBean.
 class ValidatorActionForm
          This class extends ValidatorForm and provides basic field validation based on an XML file.
 

Uses of ValidatorForm in org.apache.struts.webapp.example
 

Subclasses of ValidatorForm in org.apache.struts.webapp.example
 class RegistrationForm
          Form bean for the user registration page.
 

Uses of ValidatorForm in org.apache.struts.webapp.upload
 

Subclasses of ValidatorForm in org.apache.struts.webapp.upload
 class UploadForm
          This class is a placeholder for form values.
 

Uses of ValidatorForm in org.apache.struts.webapp.validator
 

Subclasses of ValidatorForm in org.apache.struts.webapp.validator
 class TypeForm
          Form bean for the user type page.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.