org.springframework.webflow.config.spring-webflow-config-1.0.xsd Maven / Gradle / Ivy
Provides an easy way to configure a flow executor and an XML flow definition registry.
]]>
Each flow definition registered in this registry is assigned a unique identifier. By default,
this identifier is the name of the externalized resource minus its file extension. For example,
a registry containing flow definitions built from the files "orderitem-flow.xml" and "shipping-flow.xml"
would index those definitions by "orderitem-flow" and "shipping-flow" by default.
A flow registry is used by a flow executor at runtime to launch new executions of flow definitions.
]]>
Individual paths such as:
/WEB-INF/flows/orderitem-flow.xml
... are supported as well as wildcard paths such as:
/WEB-INF/flows/**/*-flow.xml
]]>