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.
A decision state is a convenient, simple way to encapsulate reusable state transition logic in one place.
Author:
Keith Donald
Field Summary
Fields inherited from class org.springframework.webflow.engine.State
DecisionState(Flow flow,
java.lang.String stateId)
Creates a new decision state.
Method Summary
protected void
doEnter(RequestControlContext context)
Specialization of State's doEnter template method that executes behavior specific to this state type
in polymorphic fashion.
Methods inherited from class org.springframework.webflow.engine.TransitionableState