Flow builder that builds flows as defined in an XML document object model
(DOM) element. The element is supposed to be read from an XML file that uses
the following doctype:
<!DOCTYPE flow PUBLIC "-//SPRING//DTD WEBFLOW 1.0//EN"
"http://www.springframework.org/dtd/spring-webflow-1.0.dtd">
Consult the web flow DTD
for more information on the XML flow definition format.
This builder will setup a flow-local bean factory for the flow being
constructed. That flow-local bean factory will be populated with XML bean
definitions contained in files referenced using the "import" element. The
flow-local bean factory will use the bean factory defing this flow builder as
a parent. As such, the flow can access artifacts in either its flow-local
bean factory or in the parent bean factory hierarchy, e.g. the bean factory
of the dispatcher.
Exposed configuration properties:
name
default
description
location
null
Specifies the resource location from which the XML-based flow definition
is loaded. This "input stream source" is a required property.
validating
true
Set if the XML parser should validate the document and thus enforce a
DTD.
<!DOCTYPE flow PUBLIC "-//SPRING//DTD WEBFLOW 1.0//EN" "http://www.springframework.org/dtd/spring-webflow-1.0.dtd">Consult the web flow DTD for more information on the XML flow definition format.
This builder will setup a flow-local bean factory for the flow being constructed. That flow-local bean factory will be populated with XML bean definitions contained in files referenced using the "import" element. The flow-local bean factory will use the bean factory defing this flow builder as a parent. As such, the flow can access artifacts in either its flow-local bean factory or in the parent bean factory hierarchy, e.g. the bean factory of the dispatcher.
Exposed configuration properties: