Class GeneratedFlowExecutionKey

java.lang.Object
org.springframework.webflow.execution.FlowExecutionKey
org.springframework.webflow.test.GeneratedFlowExecutionKey
All Implemented Interfaces:
Serializable

public class GeneratedFlowExecutionKey extends FlowExecutionKey
A simple flow execution key implementation. New instances of this class get their values from a sequence encapsulated as a static private variable of this class.
Author:
Keith Donald
See Also: