Uses of Class
org.springframework.webflow.engine.TransitionableState

Packages that use TransitionableState
org.springframework.webflow.engine The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. 
 

Uses of TransitionableState in org.springframework.webflow.engine
 

Subclasses of TransitionableState in org.springframework.webflow.engine
 class ActionState
          A transitionable state that executes one or more actions when entered.
 class DecisionState
          A simple transitionable state that when entered will execute the first transition whose matching criteria evaluates to true in the context of the current request.
 class SubflowState
          A transitionable state that spawns a subflow when executed.
 class ViewState
          A view state is a state that issues a response to the user, for example, for soliciting form input.
 

Methods in org.springframework.webflow.engine that return TransitionableState
 TransitionableState Flow.getTransitionableState(java.lang.String stateId)
          Return the TransitionableState with given stateId.
 



Copyright © 2009 Spring Framework. All Rights Reserved.