|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowExecutionFactory | |
|---|---|
| org.springframework.webflow.config | High-level flow system configuration support within a Spring environment. |
| org.springframework.webflow.engine.impl | The implementation of Spring Web Flow's flow execution machine. |
| org.springframework.webflow.executor | High-level executors for driving the execution of flow definitions. |
| org.springframework.webflow.executor.jsf | The integration layer between Spring Web Flow and Java Server Faces (JSF). |
| org.springframework.webflow.test.execution | Support for testing the execution of a flow definition. |
| Uses of FlowExecutionFactory in org.springframework.webflow.config |
|---|
| Methods in org.springframework.webflow.config that return FlowExecutionFactory | |
|---|---|
protected FlowExecutionFactory |
FlowExecutorFactoryBean.createFlowExecutionFactory(AttributeMap executionAttributes,
FlowExecutionListenerLoader executionListenerLoader)
Create the flow execution factory to be used by the executor produced by this factory bean. |
| Methods in org.springframework.webflow.config with parameters of type FlowExecutionFactory | |
|---|---|
protected FlowExecutor |
FlowExecutorFactoryBean.createFlowExecutor(FlowDefinitionLocator definitionLocator,
FlowExecutionFactory executionFactory,
FlowExecutionRepository executionRepository)
Create the flow executor instance created by this factory bean and configure it appropriately. |
| Uses of FlowExecutionFactory in org.springframework.webflow.engine.impl |
|---|
| Classes in org.springframework.webflow.engine.impl that implement FlowExecutionFactory | |
|---|---|
class |
FlowExecutionImplFactory
A factory for instances of the default flow execution implementation. |
| Uses of FlowExecutionFactory in org.springframework.webflow.executor |
|---|
| Methods in org.springframework.webflow.executor that return FlowExecutionFactory | |
|---|---|
FlowExecutionFactory |
FlowExecutorImpl.getExecutionFactory()
Exposes the configured execution factory to subclasses and privileged accessors. |
| Constructors in org.springframework.webflow.executor with parameters of type FlowExecutionFactory | |
|---|---|
FlowExecutorImpl(FlowDefinitionLocator definitionLocator,
FlowExecutionFactory executionFactory,
FlowExecutionRepository executionRepository)
Create a new flow executor. |
|
| Uses of FlowExecutionFactory in org.springframework.webflow.executor.jsf |
|---|
| Methods in org.springframework.webflow.executor.jsf that return FlowExecutionFactory | |
|---|---|
static FlowExecutionFactory |
FlowFacesUtils.getExecutionFactory(javax.faces.context.FacesContext context)
Returns the flow execution factory to use in a JSF environment. |
| Uses of FlowExecutionFactory in org.springframework.webflow.test.execution |
|---|
| Methods in org.springframework.webflow.test.execution that return FlowExecutionFactory | |
|---|---|
protected FlowExecutionFactory |
AbstractFlowExecutionTests.createFlowExecutionFactory()
Factory method to create the flow execution factory. |
protected FlowExecutionFactory |
AbstractFlowExecutionTests.getFlowExecutionFactory()
Gets the factory that will create the flow execution to test. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||