Package org.apache.struts.validator


package org.apache.struts.validator

The validator package provides a series of classes to validate ActionForm type of input.



Validator Package UML

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### For overviews, tutorials, examples, guides, and tool documentation, please see:
Since:
Struts 1.1
  • Classes
    Class
    Description
    Struts validator ActionForm backed by either a DynaBean or POJO JavaBean.
    This class extends DynaActionForm and provides basic field validation based on an XML file.
    This class contains the default validations that are used in the validator-rules.xml file.
    Struts Lazy ActionForm which wraps a LazyDynaBean.
    This class helps provides some useful methods for retrieving objects from different scopes of the application.
    This class extends ActionForm and provides basic field validation based on an XML file.
    Loads ValidatorResources based on configuration in the struts-config.xml file.