|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.springframework.webflow.executor.FlowExecutorImpl
org.codehaus.groovy.grails.webflow.execution.GrailsFlowExecutorImpl
public class GrailsFlowExecutorImpl extends org.springframework.webflow.executor.FlowExecutorImpl
| Constructor Summary | |
GrailsFlowExecutorImpl(org.springframework.webflow.definition.registry.FlowDefinitionLocator definitionLocator, org.springframework.webflow.execution.FlowExecutionFactory executionFactory, org.springframework.webflow.execution.repository.FlowExecutionRepository executionRepository)
Create a new flow executor. |
|
| Method Summary | |
|---|---|
org.springframework.webflow.executor.FlowExecutionResult
|
resumeExecution(java.lang.String flowExecutionKey, org.springframework.webflow.context.ExternalContext context)
|
| Methods inherited from class org.springframework.webflow.executor.FlowExecutorImpl | |
|---|---|
| org.springframework.webflow.executor.FlowExecutorImpl#getDefinitionLocator(), org.springframework.webflow.executor.FlowExecutorImpl#getExecutionFactory(), org.springframework.webflow.executor.FlowExecutorImpl#getExecutionRepository(), org.springframework.webflow.executor.FlowExecutorImpl#launchExecution(java.lang.String, org.springframework.webflow.core.collection.MutableAttributeMap, org.springframework.webflow.context.ExternalContext), org.springframework.webflow.executor.FlowExecutorImpl#resumeExecution(java.lang.String, org.springframework.webflow.context.ExternalContext), org.springframework.webflow.executor.FlowExecutorImpl#wait(), org.springframework.webflow.executor.FlowExecutorImpl#wait(long), org.springframework.webflow.executor.FlowExecutorImpl#wait(long, int), org.springframework.webflow.executor.FlowExecutorImpl#equals(java.lang.Object), org.springframework.webflow.executor.FlowExecutorImpl#toString(), org.springframework.webflow.executor.FlowExecutorImpl#hashCode(), org.springframework.webflow.executor.FlowExecutorImpl#getClass(), org.springframework.webflow.executor.FlowExecutorImpl#notify(), org.springframework.webflow.executor.FlowExecutorImpl#notifyAll() |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Constructor Detail |
|---|
public GrailsFlowExecutorImpl(org.springframework.webflow.definition.registry.FlowDefinitionLocator definitionLocator, org.springframework.webflow.execution.FlowExecutionFactory executionFactory, org.springframework.webflow.execution.repository.FlowExecutionRepository executionRepository)
definitionLocator - the locator for accessing flow definitions to executeexecutionFactory - the factory for creating executions of flow definitionsexecutionRepository - the repository for persisting paused flow executions
| Method Detail |
|---|
@Override public org.springframework.webflow.executor.FlowExecutionResult resumeExecution(java.lang.String flowExecutionKey, org.springframework.webflow.context.ExternalContext context)
Groovy Documentation