|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowExecutionFactory
An abstract factory for creating flow exections. A flow execution represents a runtime, top-level instance of a flow definition.
This factory provides encapsulation of the flow execution implementation type, as well as its construction and assembly process.
Flow execution factories are responsible for registering listeners
with the constructed
flow execution.
FlowExecution
,
FlowDefinition
,
FlowExecutionListener
Method Summary | |
---|---|
FlowExecution |
createFlowExecution(FlowDefinition flowDefinition)
Create a new flow execution product for the given flow definition. |
Method Detail |
---|
FlowExecution createFlowExecution(FlowDefinition flowDefinition)
flowDefinition
- the flow definition
FlowExecution.start(org.springframework.webflow.core.collection.MutableAttributeMap,
org.springframework.webflow.context.ExternalContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |