All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.webflow.config.spring-webflow-config-1.0.xsd Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version


	
	
		
			
Provides an easy was 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
]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy