|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionDefinition | |
---|---|
org.springframework.webflow.definition | Core, stable abstractions for representing flow definitions. |
org.springframework.webflow.engine | The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. |
org.springframework.webflow.execution | Core, stable abstractions for representing runtime executions of flow definitions. |
org.springframework.webflow.test | Support for testing flows and their associated artifacts. |
Uses of TransitionDefinition in org.springframework.webflow.definition |
---|
Methods in org.springframework.webflow.definition that return TransitionDefinition | |
---|---|
TransitionDefinition[] |
TransitionableStateDefinition.getTransitions()
Returns the available transitions out of this state. |
Uses of TransitionDefinition in org.springframework.webflow.engine |
---|
Classes in org.springframework.webflow.engine that implement TransitionDefinition | |
---|---|
class |
Transition
A path from one state to another state . |
Methods in org.springframework.webflow.engine that return TransitionDefinition | |
---|---|
TransitionDefinition[] |
TransitionableState.getTransitions()
|
Uses of TransitionDefinition in org.springframework.webflow.execution |
---|
Methods in org.springframework.webflow.execution that return TransitionDefinition | |
---|---|
TransitionDefinition |
RequestContext.getLastTransition()
Returns the last state transition that executed in this request. |
Uses of TransitionDefinition in org.springframework.webflow.test |
---|
Methods in org.springframework.webflow.test that return TransitionDefinition | |
---|---|
TransitionDefinition |
MockRequestContext.getLastTransition()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |