Uses of Class
org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean

Packages that use AbstractFlowDefinitionRegistryFactoryBean
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.engine.builder.xml The XML-based flow builder implementation. 
 

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

Subclasses of AbstractFlowDefinitionRegistryFactoryBean in org.springframework.webflow.engine.builder
 class AbstractFlowBuilderFlowRegistryFactoryBean
          Base class for factory beans that create flow definition registries containing flows built using Java based flow builders.
 class AbstractFlowBuildingFlowRegistryFactoryBean
          A base class for factory beans that create populated registries of flow definitions built using a FlowBuilder, typically a BaseFlowBuilder subclass.
 

Uses of AbstractFlowDefinitionRegistryFactoryBean in org.springframework.webflow.engine.builder.xml
 

Subclasses of AbstractFlowDefinitionRegistryFactoryBean in org.springframework.webflow.engine.builder.xml
 class XmlFlowRegistryFactoryBean
          A factory bean that produces a populated flow registry using an XmlFlowRegistrar.
 



Copyright © 2009 Spring Framework. All Rights Reserved.