|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.engine.impl.FlowExecutionImplStateRestorer
public class FlowExecutionImplStateRestorer
Restores the transient state of deserialized FlowExecutionImpl objects.
| Constructor Summary | |
|---|---|
FlowExecutionImplStateRestorer(FlowDefinitionLocator definitionLocator)
Creates a new execution transient state restorer. |
|
| Method Summary | |
|---|---|
FlowExecution |
restoreState(FlowExecution flowExecution,
MutableAttributeMap conversationScope)
Restore the transient state of the flow execution. |
void |
setExecutionAttributes(AttributeMap executionAttributes)
Sets the attributes to apply to restored flow executions. |
void |
setExecutionAttributesMap(java.util.Map executionAttributes)
Sets the attributes to apply to restored flow executions. |
void |
setExecutionListenerLoader(FlowExecutionListenerLoader executionListenerLoader)
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 FlowExecutionImplStateRestorer(FlowDefinitionLocator definitionLocator)
definitionLocator - the flow definition locator| Method Detail |
|---|
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 void setExecutionListenerLoader(FlowExecutionListenerLoader executionListenerLoader)
public FlowExecution restoreState(FlowExecution flowExecution,
MutableAttributeMap conversationScope)
FlowExecutionStateRestorer
restoreState in interface FlowExecutionStateRestorerflowExecution - the (potentially deserialized) flow executionconversationScope - the execution's conversation scope, which is typically not part of the serialized form
since it could be shared by multiple physical flow execution copies all sharing the same logical
conversation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||