Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.controller.StateForm

Packages that use StateForm
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
 

Uses of StateForm in com.jcorporate.expresso.core.controller
 

Classes in com.jcorporate.expresso.core.controller that implement StateForm
 class ControllerForm
           
 class DefaultForm
          * This class is a bridge between Expresso's Controller system and the Struts Action Form.
 

Methods in com.jcorporate.expresso.core.controller that return StateForm
protected  StateForm Controller.loadStateForm(State nextState, org.apache.struts.action.ActionForm controllerForm)
          Return the state's form with data from the controller's form.
 

Methods in com.jcorporate.expresso.core.controller with parameters of type StateForm
protected  void Controller.populateStateForm(StateForm stateForm, ControllerRequest request)
          Populate the state form with any matching request parameters.
protected  void Controller.unloadStateForm(StateForm stateForm, org.apache.struts.action.ActionForm controllerForm)
          Move the state's form data back into the controller's form.
 void State.perform(StateForm stateForm, ControllerRequest newRequest, ControllerResponse newResponse)
          A state may implement a "perform" method to actually perform it's logic by overriding this method.
 


Expresso 5-6

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