Uses of Interface
org.springframework.webflow.execution.factory.FlowExecutionListenerLoader

Packages that use FlowExecutionListenerLoader
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.execution.factory Supporting types often used by flow execution factory implementations. 
 

Uses of FlowExecutionListenerLoader in org.springframework.webflow.config
 

Methods in org.springframework.webflow.config with parameters of type FlowExecutionListenerLoader
protected  FlowExecutionFactory FlowExecutorFactoryBean.createFlowExecutionFactory(AttributeMap executionAttributes, FlowExecutionListenerLoader executionListenerLoader)
          Create the flow execution factory to be used by the executor produced by this factory bean.
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.
 void FlowExecutorFactoryBean.setExecutionListenerLoader(FlowExecutionListenerLoader executionListenerLoader)
          Sets the strategy for loading the listeners that will observe executions of a flow definition.
 

Uses of FlowExecutionListenerLoader in org.springframework.webflow.engine.impl
 

Methods in org.springframework.webflow.engine.impl that return FlowExecutionListenerLoader
 FlowExecutionListenerLoader FlowExecutionImplFactory.getExecutionListenerLoader()
          Returns the strategy for loading listeners that should observe executions of a flow definition.
 

Methods in org.springframework.webflow.engine.impl with parameters of type FlowExecutionListenerLoader
 void FlowExecutionImplFactory.setExecutionListenerLoader(FlowExecutionListenerLoader listenerLoader)
          Sets the strategy for loading listeners that should observe executions of a flow definition.
 void FlowExecutionImplStateRestorer.setExecutionListenerLoader(FlowExecutionListenerLoader executionListenerLoader)
          Sets the strategy for loading listeners that should observe executions of a flow definition.
 

Uses of FlowExecutionListenerLoader in org.springframework.webflow.execution.factory
 

Classes in org.springframework.webflow.execution.factory that implement FlowExecutionListenerLoader
 class ConditionalFlowExecutionListenerLoader
          A flow execution listener loader that stores listeners in a list-backed data structure and allows for configuration of which listeners should apply to which flow definitions.
 class StaticFlowExecutionListenerLoader
          A simple flow execution listener loader that simply returns a static listener array on each invocation.
 

Fields in org.springframework.webflow.execution.factory declared as FlowExecutionListenerLoader
static FlowExecutionListenerLoader StaticFlowExecutionListenerLoader.EMPTY_INSTANCE
          A shared listener loader instance that returns am empty listener array on each invocation.
 



Copyright © 2009 Spring Framework. All Rights Reserved.