|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionableStateDefinition | |
---|---|
org.springframework.webflow.engine | The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. |
Uses of TransitionableStateDefinition in org.springframework.webflow.engine |
---|
Classes in org.springframework.webflow.engine that implement TransitionableStateDefinition | |
---|---|
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 |
TransitionableState
Abstract superclass for states that can execute a transition in response to an event. |
class |
ViewState
A view state is a state that issues a response to the user, for example, for soliciting form input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |