org.codehaus.groovy.grails.webflow.execution
[Java] Class GrailsFlowExecutorImpl
java.lang.Object
org.springframework.webflow.executor.FlowExecutorImpl
org.codehaus.groovy.grails.webflow.execution.GrailsFlowExecutorImpl
public class GrailsFlowExecutorImpl
extends FlowExecutorImpl
- Authors:
- Graeme Rocher
- Since:
- 1.1
ACTIVE_FLOW_ID_ATTRIBUTE
public static final java.lang.String ACTIVE_FLOW_ID_ATTRIBUTE
-
GrailsFlowExecutorImpl
public GrailsFlowExecutorImpl(FlowDefinitionLocator definitionLocator, FlowExecutionFactory executionFactory, FlowExecutionRepository executionRepository)
- Create a new flow executor.
- Parameters:
definitionLocator
- the locator for accessing flow definitions to executeexecutionFactory
- the factory for creating executions of flow definitionsexecutionRepository
- the repository for persisting paused flow executions
resumeExecution
@Override
public FlowExecutionResult resumeExecution(java.lang.String flowExecutionKey, ExternalContext context)
-
Groovy Documentation