Uses of Package
org.springframework.webflow.engine.builder

Packages that use org.springframework.webflow.engine.builder
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 Support for testing flows and their associated artifacts. 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

Classes in org.springframework.webflow.engine.builder used by org.springframework.webflow.engine.builder
AbstractFlowBuilder
          Base class for flow builders that programmatically build flows in Java configuration code.
AbstractFlowBuildingFlowRegistryFactoryBean
          A base class for factory beans that create populated registries of flow definitions built using a FlowBuilder, typically a BaseFlowBuilder subclass.
BaseFlowBuilder
          Abstract base implementation of a flow builder defining common functionality needed by most concrete flow builder implementations.
BaseFlowServiceLocator
          Base implementation that implements a minimal set of the FlowServiceLocator interface, throwing unsupported operation exceptions for some operations.
FlowArtifactFactory
          A factory for core web flow elements such as flows, states, and transitions.
FlowArtifactLookupException
          A flow artifact lookup exception is thrown when an artifact (such as a flow, state, action, etc.) required by the webflow system cannot be obtained.
FlowAssembler
          A director for assembling flows, delegating to a FlowBuilder to construct a flow.
FlowBuilder
          Builder interface used to build a flow definition.
FlowBuilderException
          Exception thrown to indicate a problem while building a flow.
FlowServiceLocator
          A support interface used by flow builders at configuration time.
 

Classes in org.springframework.webflow.engine.builder used by org.springframework.webflow.engine.builder.xml
AbstractFlowBuildingFlowRegistryFactoryBean
          A base class for factory beans that create populated registries of flow definitions built using a FlowBuilder, typically a BaseFlowBuilder subclass.
BaseFlowBuilder
          Abstract base implementation of a flow builder defining common functionality needed by most concrete flow builder implementations.
FlowArtifactFactory
          A factory for core web flow elements such as flows, states, and transitions.
FlowBuilder
          Builder interface used to build a flow definition.
FlowBuilderException
          Exception thrown to indicate a problem while building a flow.
FlowServiceLocator
          A support interface used by flow builders at configuration time.
 

Classes in org.springframework.webflow.engine.builder used by org.springframework.webflow.test
BaseFlowServiceLocator
          Base implementation that implements a minimal set of the FlowServiceLocator interface, throwing unsupported operation exceptions for some operations.
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.
FlowServiceLocator
          A support interface used by flow builders at configuration time.
 

Classes in org.springframework.webflow.engine.builder used by org.springframework.webflow.test.execution
FlowBuilder
          Builder interface used to build a flow definition.
FlowServiceLocator
          A support interface used by flow builders at configuration time.
 



Copyright © 2009 Spring Framework. All Rights Reserved.