Uses of Interface
org.springframework.webflow.definition.registry.FlowDefinitionRegistry

Packages that use FlowDefinitionRegistry
org.springframework.webflow.definition.registry The flow definition registry subsystem for managing containers of flow definitions. 
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 FlowDefinitionRegistry in org.springframework.webflow.definition.registry
 

Classes in org.springframework.webflow.definition.registry that implement FlowDefinitionRegistry
 class FlowDefinitionRegistryImpl
          A generic registry implementation for housing one or more flow definitions.
 

Methods in org.springframework.webflow.definition.registry that return FlowDefinitionRegistry
protected  FlowDefinitionRegistry AbstractFlowDefinitionRegistryFactoryBean.createFlowDefinitionRegistry()
          Create the flow definition registry to be populated in AbstractFlowDefinitionRegistryFactoryBean.doPopulate(FlowDefinitionRegistry).
 FlowDefinitionRegistry AbstractFlowDefinitionRegistryFactoryBean.getRegistry()
          Returns the flow definition registry constructed by the factory bean.
 

Methods in org.springframework.webflow.definition.registry with parameters of type FlowDefinitionRegistry
protected abstract  void AbstractFlowDefinitionRegistryFactoryBean.doPopulate(FlowDefinitionRegistry registry)
          Template method subclasses must override to perform registry population.
protected  void ExternalizedFlowDefinitionRegistrar.register(FlowDefinitionResource resource, FlowDefinitionRegistry registry)
          Helper method to register the flow built from an externalized resource in the registry.
 void ExternalizedFlowDefinitionRegistrar.registerFlowDefinitions(FlowDefinitionRegistry registry)
           
 void FlowDefinitionRegistrar.registerFlowDefinitions(FlowDefinitionRegistry registry)
          Register flow definition resources managed by this registrar in the registry provided.
 void FlowDefinitionRegistry.setParent(FlowDefinitionRegistry parent)
          Sets this registry's parent registry.
 void AbstractFlowDefinitionRegistryFactoryBean.setParent(FlowDefinitionRegistry parent)
          Sets the parent registry of the registry constructed by this factory bean.
 void FlowDefinitionRegistryImpl.setParent(FlowDefinitionRegistry parent)
           
 

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

Methods in org.springframework.webflow.engine.builder that return FlowDefinitionRegistry
protected  FlowDefinitionRegistry DefaultFlowServiceLocator.getSubflowRegistry()
          Returns the flow definition registry used to lookup subflows.
 

Methods in org.springframework.webflow.engine.builder with parameters of type FlowDefinitionRegistry
protected abstract  void AbstractFlowBuildingFlowRegistryFactoryBean.doPopulate(FlowDefinitionRegistry registry)
           
protected  void AbstractFlowBuilderFlowRegistryFactoryBean.registerFlowDefinition(FlowDefinitionRegistry registry, java.lang.String flowId, AbstractFlowBuilder flowBuilder)
          Register the flow built by given flow builder in specified flow definition registry.
protected  void AbstractFlowBuilderFlowRegistryFactoryBean.registerFlowDefinition(FlowDefinitionRegistry registry, java.lang.String flowId, AttributeMap flowAttributes, AbstractFlowBuilder flowBuilder)
          Register the flow built by given flow builder in specified flow definition registry.
 

Constructors in org.springframework.webflow.engine.builder with parameters of type FlowDefinitionRegistry
DefaultFlowServiceLocator(FlowDefinitionRegistry subflowRegistry, org.springframework.beans.factory.BeanFactory beanFactory)
          Creates a flow service locator that retrieves subflows from the provided registry and additional artifacts from the provided bean factory.
 

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

Methods in org.springframework.webflow.engine.builder.xml with parameters of type FlowDefinitionRegistry
protected  void XmlFlowRegistryFactoryBean.doPopulate(FlowDefinitionRegistry registry)
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.