|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowDefinitionLocator | |
---|---|
org.springframework.webflow.config | High-level flow system configuration support within a Spring environment. |
org.springframework.webflow.definition.registry | The flow definition registry subsystem for managing containers of flow definitions. |
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). |
Uses of FlowDefinitionLocator in org.springframework.webflow.config |
---|
Methods in org.springframework.webflow.config with parameters of type FlowDefinitionLocator | |
---|---|
protected FlowExecutionStateRestorer |
FlowExecutorFactoryBean.createFlowExecutionStateRestorer(FlowDefinitionLocator definitionLocator,
AttributeMap executionAttributes,
FlowExecutionListenerLoader executionListenerLoader)
Create the flow execution state restorer to be used by the executor produced by this factory bean. |
protected FlowExecutor |
FlowExecutorFactoryBean.createFlowExecutor(FlowDefinitionLocator definitionLocator,
FlowExecutionFactory executionFactory,
FlowExecutionRepository executionRepository)
Create the flow executor instance created by this factory bean and configure it appropriately. |
void |
FlowExecutorFactoryBean.setDefinitionLocator(FlowDefinitionLocator definitionLocator)
Sets the flow definition locator that will locate flow definitions needed for execution. |
Uses of FlowDefinitionLocator in org.springframework.webflow.definition.registry |
---|
Subinterfaces of FlowDefinitionLocator in org.springframework.webflow.definition.registry | |
---|---|
interface |
FlowDefinitionRegistry
A container of flow definitions. |
Classes in org.springframework.webflow.definition.registry that implement FlowDefinitionLocator | |
---|---|
class |
FlowDefinitionRegistryImpl
A generic registry implementation for housing one or more flow definitions. |
Uses of FlowDefinitionLocator in org.springframework.webflow.engine.impl |
---|
Constructors in org.springframework.webflow.engine.impl with parameters of type FlowDefinitionLocator | |
---|---|
FlowExecutionImplStateRestorer(FlowDefinitionLocator definitionLocator)
Creates a new execution transient state restorer. |
Uses of FlowDefinitionLocator in org.springframework.webflow.executor |
---|
Methods in org.springframework.webflow.executor that return FlowDefinitionLocator | |
---|---|
FlowDefinitionLocator |
FlowExecutorImpl.getDefinitionLocator()
Exposes the configured flow definition locator to subclasses and privileged accessors. |
Constructors in org.springframework.webflow.executor with parameters of type FlowDefinitionLocator | |
---|---|
FlowExecutorImpl(FlowDefinitionLocator definitionLocator,
FlowExecutionFactory executionFactory,
FlowExecutionRepository executionRepository)
Create a new flow executor. |
Uses of FlowDefinitionLocator in org.springframework.webflow.executor.jsf |
---|
Methods in org.springframework.webflow.executor.jsf that return FlowDefinitionLocator | |
---|---|
static FlowDefinitionLocator |
FlowFacesUtils.getDefinitionLocator(javax.faces.context.FacesContext context)
Returns the locator for flow definitions to use in a JSF environment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |