Expresso 5-6

com.jcorporate.expresso.core.controller
Class ControllerForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.jcorporate.expresso.core.controller.DefaultForm
          extended bycom.jcorporate.expresso.core.controller.ControllerForm
All Implemented Interfaces:
Serializable, StateForm

public class ControllerForm
extends DefaultForm
implements StateForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jcorporate.expresso.core.controller.DefaultForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ControllerForm()
           
 
Method Summary
protected  void resetController()
          This method will be called upon entry to a Controller.
 
Methods inherited from class com.jcorporate.expresso.core.controller.DefaultForm
clear, getAttribute, getAttributes, getField, getFields, initValidator, restoreForm, saveForm, setAttribute, setField, setUsingHashtableParameters, validate, validate, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jcorporate.expresso.core.controller.StateForm
validate
 

Constructor Detail

ControllerForm

public ControllerForm()
Method Detail

resetController

protected void resetController()
This method will be called upon entry to a Controller. Creation date: (3/22/2002 2:29:08 PM)


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.