From 956211b44d07eb7c07dfeff5d59615c0b863887c Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 5 Mar 2008 17:47:03 +0000 Subject: [PATCH] docs --- .../config/spring-webflow-config-2.0.xsd | 126 ++++++++---------- 1 file changed, 59 insertions(+), 67 deletions(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-2.0.xsd b/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-2.0.xsd index afd58abc..576cf2d8 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-2.0.xsd +++ b/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-2.0.xsd @@ -13,7 +13,7 @@ Spring Web Flow Configuration Schema Authors: Keith Donald, Ben Hale, Jeremy Grelle
-Provides an easy way to configure a flow executor and an XML flow definition registry. +A XML-based DSL for configuring the Spring Web Flow 2.0 system. ]]> @@ -24,15 +24,12 @@ Provides an easy way to configure a flow executor and an XML flow definition reg 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. ]]>
@@ -44,16 +41,15 @@ A flow registry is used by a flow executor at runtime to launch new executions o -Individual paths such as: +Supports individual resource paths such as:
-	/WEB-INF/booking.xml
+	/WEB-INF/flows/booking/booking.xml
 
-... are supported as well as wildcard paths such as: +... as well as wildcard resource paths such as:
-	/WEB-INF/flows/**/*-flow.xml
+	/WEB-INF/flows/*/*.xml
 
]]>
@@ -63,7 +59,7 @@ Individual paths such as: @@ -73,7 +69,8 @@ Specifies a flow builder implementation to register in the registry. @@ -89,7 +86,7 @@ The idref of the flow builder services instance this flow definition registry sh @@ -99,10 +96,9 @@ Attributes to assign to the flow definition that may influence flow execution. @@ -111,7 +107,7 @@ used in path attribute. @@ -125,7 +121,7 @@ that matches multiple resources. @@ -135,7 +131,9 @@ Attributes to assign to the flow definition that may influence flow execution. @@ -144,7 +142,7 @@ The id to the externalized flow definition built by this builder. @@ -155,10 +153,9 @@ The fully qualified class name of the flow builder implementation. @@ -170,8 +167,8 @@ an execution repository. @@ -180,8 +177,8 @@ to be more fine grained than the repositoryType attribute on executor. @@ -190,7 +187,7 @@ These attributes may influence execution behavior. @@ -200,7 +197,8 @@ The listeners eligible for observing the lifecycle of executions launched by thi @@ -214,7 +212,8 @@ The idref to the registry this executor will use to locate flow definitions for @@ -224,8 +223,9 @@ Allows access to the Spring Web Flow scopes (request, flash, flow, conversation) @@ -236,8 +236,7 @@ be used by a flow definition registry. @@ -246,8 +245,7 @@ will be used. @@ -256,7 +254,7 @@ being used. If not provided, the default Spring MVC view factory creator will @@ -271,8 +269,8 @@ The idref of the conversion service that should be used. If not provided, the d @@ -281,8 +279,8 @@ persistence between requests. @@ -291,8 +289,7 @@ attribute if you are also setting the 'conversation-manager' attribute. @@ -301,8 +298,8 @@ This attribute is only relevant when the repository type is 'continuation'. @@ -317,7 +314,7 @@ When used, any value for the 'max-conversations' attribute is ignored. @@ -326,8 +323,7 @@ of the browser back button. @@ -336,8 +332,8 @@ resubmits using the browser back button. @@ -346,8 +342,8 @@ back button in a stateless server environment. @@ -361,8 +357,8 @@ constant throughout the life of the execution. @@ -375,7 +371,7 @@ flow definitions. The flow definitions this listener applies to may be restrict @@ -384,7 +380,7 @@ The idref to your flow execution listener. @@ -398,9 +394,7 @@ Example: 'flow1,flow2,flow3'. @@ -409,8 +403,7 @@ not specified the default value is 'true' unless explicitly set otherwise. @@ -436,8 +429,7 @@ true = always redirect on pause; false = do not, only redirect when explicitly i @@ -468,7 +460,7 @@ The attribute's type, used to perform a from-string type conversion if specified