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

Packages that use AbstractFlowBuilder
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
 

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

Methods in org.springframework.webflow.engine.builder with parameters of type AbstractFlowBuilder
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.
 



Copyright © 2009 Spring Framework. All Rights Reserved.