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

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

Methods in org.springframework.webflow.engine.builder that return FlowArtifactFactory
 FlowArtifactFactory FlowServiceLocator.getFlowArtifactFactory()
          Returns the factory for core flow artifacts such as Flow and State.
 FlowArtifactFactory BaseFlowServiceLocator.getFlowArtifactFactory()
           
protected  FlowArtifactFactory AbstractFlowBuildingFlowRegistryFactoryBean.getFlowArtifactFactory()
          Returns the factory encapsulating the creation of central Flow artifacts such as flows and states.
 

Methods in org.springframework.webflow.engine.builder with parameters of type FlowArtifactFactory
 void BaseFlowServiceLocator.setFlowArtifactFactory(FlowArtifactFactory flowArtifactFactory)
          Sets the factory encapsulating the creation of central Flow artifacts such as flows and states.
 void AbstractFlowBuildingFlowRegistryFactoryBean.setFlowArtifactFactory(FlowArtifactFactory flowArtifactFactory)
          Sets the factory encapsulating the creation of central Flow artifacts such as flows and states.
 

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

Methods in org.springframework.webflow.engine.builder.xml that return FlowArtifactFactory
protected  FlowArtifactFactory XmlFlowBuilder.getFlowArtifactFactory()
          Returns the artifact factory of the flow service locator local to this builder.
 



Copyright © 2009 Spring Framework. All Rights Reserved.