Package org.springframework.webflow.engine.support
package org.springframework.webflow.engine.support
Support implementations the engine uses internally.
-
ClassDescriptionA view factory implementation that creates views that execute an action when rendered.A transition criteria that will execute an action when tested and return
true
if the action's result is equal to the 'trueEventId',false
otherwise.A bean-factory backed variable value factory.A transition target state resolver that evaluates an expression to resolve the target state.Transition criteria that tests the value of an expression.Simple flow attribute mapper that holds an input and output mapper strategy.Transition criteria that negates the result of the evaluation of another criteria object.An ordered chain ofTransitionCriteria
.A flow execution exception handler that maps the occurrence of a specific type of exception to a transition to a newState
.