Uses of Class
org.springframework.webflow.engine.builder.BaseFlowServiceLocator

Packages that use BaseFlowServiceLocator
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.test Support for testing flows and their associated artifacts. 
 

Uses of BaseFlowServiceLocator in org.springframework.webflow.engine.builder
 

Subclasses of BaseFlowServiceLocator in org.springframework.webflow.engine.builder
 class DefaultFlowServiceLocator
          The default flow service locator implementation that obtains subflow definitions from a dedicated FlowDefinitionRegistry and obtains the remaining services from a generic Spring BeanFactory.
 

Uses of BaseFlowServiceLocator in org.springframework.webflow.test
 

Subclasses of BaseFlowServiceLocator in org.springframework.webflow.test
 class MockFlowServiceLocator
          A stub flow service locator implementation suitable for a test environment.
 



Copyright © 2009 Spring Framework. All Rights Reserved.