Class FlowExecutionOutcome
java.lang.Object
org.springframework.webflow.execution.FlowExecutionOutcome
An outcome returned by a flow execution when it ends.
- Author:
- Keith Donald
-
Constructor Summary
ConstructorDescriptionFlowExecutionOutcome
(String id, AttributeMap<Object> output) Creates a new flow execution outcome -
Method Summary
-
Constructor Details
-
FlowExecutionOutcome
Creates a new flow execution outcome- Parameters:
id
- the outcome idoutput
- the output returned by the execution
-
-
Method Details