org.apache.beehive.netui.pageflow
Class FormData

Object
  extended by ActionForm
      extended by ValidatorForm
          extended by BaseActionForm
              extended by FormData
All Implemented Interfaces:
Serializable

Deprecated. Page Flow actions can accept form beans of any type; it is not necessary to extend this class. This will be removed in the next major version. In general, it's possible to remove extends FormData and replace it with implements Serializable.

public class FormData
extends BaseActionForm

Base class for form beans associated with action methods in PageFlowControllers. Note that Page Flow actions may take form beans of any type.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ValidatorForm
page, validatorResults
 
Fields inherited from class ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FormData()
          Deprecated.  
 
Method Summary
 
Methods inherited from class BaseActionForm
getAdditionalActionErrors, validate, validateBean
 
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()
Deprecated.