Uses of Interface
org.springframework.webflow.engine.builder.FlowBuilder

Packages that use FlowBuilder
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. 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

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

Classes in org.springframework.webflow.engine.builder that implement FlowBuilder
 class AbstractFlowBuilder
          Base class for flow builders that programmatically build flows in Java configuration code.
 class BaseFlowBuilder
          Abstract base implementation of a flow builder defining common functionality needed by most concrete flow builder implementations.
 

Methods in org.springframework.webflow.engine.builder that return FlowBuilder
 FlowBuilder FlowAssembler.getFlowBuilder()
          Returns the flow builder strategy used to construct the flow from its component parts.
protected  FlowBuilder RefreshableFlowDefinitionHolder.getFlowBuilder()
          Returns the flow builder that actually builds the Flow definition.
 

Constructors in org.springframework.webflow.engine.builder with parameters of type FlowBuilder
FlowAssembler(java.lang.String flowId, AttributeMap flowAttributes, FlowBuilder flowBuilder)
          Create a new flow assembler that will direct Flow assembly using the specified builder strategy.
FlowAssembler(java.lang.String flowId, FlowBuilder flowBuilder)
          Create a new flow assembler that will direct Flow assembly using the specified builder strategy.
 

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

Classes in org.springframework.webflow.engine.builder.xml that implement FlowBuilder
 class XmlFlowBuilder
          Flow builder that builds flows as defined in an XML document.
 

Methods in org.springframework.webflow.engine.builder.xml that return FlowBuilder
protected  FlowBuilder XmlFlowRegistrar.createFlowBuilder(org.springframework.core.io.Resource location)
          Factory method that creates and fully initializes the XML-based flow definition builder.
 

Uses of FlowBuilder in org.springframework.webflow.test.execution
 

Methods in org.springframework.webflow.test.execution that return FlowBuilder
protected abstract  FlowBuilder AbstractExternalizedFlowExecutionTests.createFlowBuilder(org.springframework.core.io.Resource resource, FlowServiceLocator serviceLocator)
          Factory method to create the builder that will build the flow definition whose execution will be tested.
protected  FlowBuilder AbstractXmlFlowExecutionTests.createFlowBuilder(org.springframework.core.io.Resource resource, FlowServiceLocator flowServiceLocator)
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.