| |
|
| java.lang.Object org.springframework.webflow.engine.impl.FlowExecutionImplStateRestorer
FlowExecutionImplStateRestorer | public FlowExecutionImplStateRestorer(FlowDefinitionLocator definitionLocator)(Code) | | Creates a new execution transient state restorer.
Parameters: definitionLocator - the flow definition locator |
setExecutionAttributes | public void setExecutionAttributes(AttributeMap executionAttributes)(Code) | | Sets the attributes to apply to restored flow executions.
Execution attributes may affect flow execution behavior.
Parameters: executionAttributes - flow execution system attributes |
setExecutionAttributesMap | public void setExecutionAttributesMap(Map executionAttributes)(Code) | | Sets the attributes to apply to restored flow executions.
Execution attributes may affect flow execution behavior.
Convenience setter that takes a simple java.util.Map to ease
bean style configuration.
Parameters: executionAttributes - flow execution system attributes |
setExecutionListenerLoader | public void setExecutionListenerLoader(FlowExecutionListenerLoader executionListenerLoader)(Code) | | Sets the strategy for loading listeners that should observe executions of
a flow definition. Allows full control over what listeners should apply.
for executions of a flow definition.
|
|
|
|