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

Packages that use BaseFlowBuilder
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 BaseFlowBuilder in org.springframework.webflow.engine.builder
 

Subclasses of BaseFlowBuilder in org.springframework.webflow.engine.builder
 class AbstractFlowBuilder
          Base class for flow builders that programmatically build flows in Java configuration code.
 

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

Subclasses of BaseFlowBuilder in org.springframework.webflow.engine.builder.xml
 class XmlFlowBuilder
          Flow builder that builds flows as defined in an XML document.
 



Copyright © 2009 Spring Framework. All Rights Reserved.