Package org.springframework.webflow.test
Class MockFlowExecutionKey
java.lang.Object
org.springframework.webflow.execution.FlowExecutionKey
org.springframework.webflow.test.MockFlowExecutionKey
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MockFlowExecutionKey
Creates a new mock flow execution key.
-
-
Method Details
-
equals
- Specified by:
equals
in classFlowExecutionKey
-
hashCode
public int hashCode()- Specified by:
hashCode
in classFlowExecutionKey
-
toString
- Specified by:
toString
in classFlowExecutionKey
-