Exit this state. This is typically called when a transition takes the
flow out of this state into another state. By default just executes any
registered exit actions.
Parameters: context - the flow control context
Get a transition in this state for given flow execution request context.
Throws and exception when there is no corresponding transition.
throws: NoMatchingTransitionException - when a matching transition cannotbe found
Inform this state definition that an event was signaled in it. The
signaled event is the last event available in given request context
(
RequestContext.getLastEvent ).
Parameters: context - the flow execution control context the selected view throws: NoMatchingTransitionException - when a matching transition cannotbe found
Re-enter this state. This is typically called when a transition out of
this state is selected, but transition execution rolls back and as a
result the flow reenters the source state.
By default, this just calls enter().
Parameters: context - the flow control context in an executing flow (a clientinstance of a flow) a view selection containing model and view information needed torender the results of the state processing
Fields inherited from org.springframework.webflow.engine.State