Uses of Class
org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar

Packages that use XmlFlowRegistrar
org.springframework.webflow.engine.builder.xml The XML-based flow builder implementation. 
 

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

Methods in org.springframework.webflow.engine.builder.xml that return XmlFlowRegistrar
 XmlFlowRegistrar XmlFlowRegistryFactoryBean.getXmlFlowRegistrar()
          Returns the configured externalized XML flow registrar.
 

Methods in org.springframework.webflow.engine.builder.xml with parameters of type XmlFlowRegistrar
 void XmlFlowRegistryFactoryBean.setXmlFlowRegistrar(XmlFlowRegistrar flowRegistrar)
          Set the configured externalized XML flow registrar.
 



Copyright © 2009 Spring Framework. All Rights Reserved.