|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.impl.FlowExecutionImplFactory
public class FlowExecutionImplFactory
A factory for instances of the default flow execution
implementation.
Constructor Summary | |
---|---|
FlowExecutionImplFactory()
|
Method Summary | |
---|---|
FlowExecution |
createFlowExecution(FlowDefinition flowDefinition)
Create a new flow execution product for the given flow definition. |
AttributeMap |
getExecutionAttributes()
Returns the attributes to apply to flow executions created by this factory. |
FlowExecutionListenerLoader |
getExecutionListenerLoader()
Returns the strategy for loading listeners that should observe executions of a flow definition. |
void |
setExecutionAttributes(AttributeMap executionAttributes)
Sets the attributes to apply to flow executions created by this factory. |
void |
setExecutionAttributesMap(java.util.Map executionAttributes)
Sets the attributes to apply to flow executions created by this factory. |
void |
setExecutionListenerLoader(FlowExecutionListenerLoader listenerLoader)
Sets the strategy for loading listeners that should observe executions of a flow definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlowExecutionImplFactory()
Method Detail |
---|
public AttributeMap getExecutionAttributes()
public void setExecutionAttributes(AttributeMap executionAttributes)
executionAttributes
- flow execution system attributespublic void setExecutionAttributesMap(java.util.Map executionAttributes)
Convenience setter that takes a simple java.util.Map
to ease bean style configuration.
executionAttributes
- flow execution system attributespublic FlowExecutionListenerLoader getExecutionListenerLoader()
public void setExecutionListenerLoader(FlowExecutionListenerLoader listenerLoader)
public FlowExecution createFlowExecution(FlowDefinition flowDefinition)
FlowExecutionFactory
createFlowExecution
in interface FlowExecutionFactory
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 |