Class SimpleFlowExecutionSnapshotFactory

java.lang.Object
org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory
All Implemented Interfaces:
FlowExecutionSnapshotFactory

public class SimpleFlowExecutionSnapshotFactory extends Object implements FlowExecutionSnapshotFactory
A factory that creates new flow execution snapshot instances that simply wraps an underlying flow execution instance. Note: this class is generally only suitable for use with a repository that has maxSnapshots set to 1, since no actual copies of the execution data are made by this factory. This class exists to support the use case where taking copies of flow execution state is not needed.
Author:
Keith Donald