1 16 package org.springframework.webflow.execution.repository.support; 17 18 import org.springframework.webflow.core.collection.MutableAttributeMap; 19 import org.springframework.webflow.execution.FlowExecution; 20 21 27 public interface FlowExecutionStateRestorer { 28 29 38 public FlowExecution restoreState(FlowExecution flowExecution, MutableAttributeMap conversationScope); 39 } | Popular Tags |