org.apache.beehive.netui.pageflow
Class FormData

Object
  extended by ActionForm
      extended by ValidatorForm
          extended by FormData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnyBeanActionForm

public class FormData
extends ValidatorForm

Base class for form beans associated with action methods in PageFlowControllers.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ValidatorForm
page, validatorResults
 
Fields inherited from class ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FormData()
          Default constructor.
 
Method Summary
 ActionErrors validate(ActionMapping mapping, HttpServletRequest request)
           
protected  ActionErrors validateBean(Object bean, String beanName, ActionMapping mapping, HttpServletRequest request)
           
 
Methods inherited from class ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults
 
Methods inherited from class ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormData

public FormData()
Default constructor.

Method Detail

validate

public ActionErrors validate(ActionMapping mapping,
                             HttpServletRequest request)
Overrides:
validate in class ValidatorForm

validateBean

protected ActionErrors validateBean(Object bean,
                                    String beanName,
                                    ActionMapping mapping,
                                    HttpServletRequest request)