Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.controller.Transition

Packages that use Transition
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.  
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.ext.struts.taglib This package contains tag libraries that correspond to the Struts Library tags.  
com.jcorporate.expresso.services.controller.dbmaint This package contains the various State objects that make up the "Model" of the DBMaint controller.  
 

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

Methods in com.jcorporate.expresso.core.controller that return Transition
 Transition Block.getTransition(String transitionName)
          Retrieve a nested transition by name.
 Transition Block.getFormTransition()
          Get the Form Transition
protected  Transition Controller.getControllerChainingTransition()
          Return the transition that will be executed once this controller completes without errors.
protected  Transition Controller.getControllerSecurityTransition()
          Return the transition that will be executed if any state in this controller cannot be run because the user does not have sufficient authorization.
protected  Transition Controller.processTransitions(ControllerRequest request, ControllerResponse response, State nextState)
          This method is the traffic cop that determines which transition to execute after a state completes.
 Transition ControllerResponse.getTransition(String transitionName)
          Get a specific transition item.
static Transition Transition.fromXML(String newTransition)
          Return a Transition based upon the String based xml fragment
 Transition State.getErrorTransition()
          Return the error transition.
 Transition State.getSuccessTransition()
          Return the success transition.
 Transition State.getReturnToSender()
          Return the return-to-sender transition.
 

Methods in com.jcorporate.expresso.core.controller with parameters of type Transition
 void Block.setFormTransition(Transition a)
          Sets the form transition
protected  void Controller.setControllerChainingTransition(Transition newControllerChainingTransition)
          Set the transition that will be executed when this controller completes successfully.
protected  void Controller.setControllerSecurityTransition(Transition newControllerSecurityTransition)
          Set the transition that will be executed when a user attempts to run a state he doesn't have authorization on.
 void ControllerResponse.addTransition(Transition newTransition)
          Add a Transition to this ControllerResponse
 void State.setReturnToSender(Transition newReturnToSender)
          Set the return-to-sender transition.
 void State.setSuccessTransition(Transition newSuccessTransition)
          Set the success transition.
 void State.addTransition(Transition newTransition)
          Adds a transition to the controller response associated with a state.
 void State.setErrorTransition(Transition newErrorTransition)
          Set the error transition.
 

Uses of Transition in com.jcorporate.expresso.core.dbobj
 

Methods in com.jcorporate.expresso.core.dbobj with parameters of type Transition
 void DBObjectDef.addTransition(Transition t)
          ??????
protected  void DBObject.addTransition(Transition t)
          ?????
 

Uses of Transition in com.jcorporate.expresso.ext.struts.taglib
 

Methods in com.jcorporate.expresso.ext.struts.taglib that return Transition
static Transition ControllerUtils.findTransition(PageContext pageContext, String property)
          Locate and return the transition named by the specified property
 

Uses of Transition in com.jcorporate.expresso.services.controller.dbmaint
 

Methods in com.jcorporate.expresso.services.controller.dbmaint with parameters of type Transition
protected  void DynamicCmd.addParams(Transition t)
          Add the fields, details, search and dbobj parameters to a given transition object
 


Expresso 5-6

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