From 7d3e6f68d5a5b859746178bc5adb579f74243690 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 13 Apr 2008 06:19:32 +0000 Subject: [PATCH] added flow-location-pattern --- spring-webflow-reference/src/flow-security.xml | 3 +-- spring-webflow-reference/src/system-setup.xml | 13 +++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/spring-webflow-reference/src/flow-security.xml b/spring-webflow-reference/src/flow-security.xml index 76453967..bbf1d54c 100644 --- a/spring-webflow-reference/src/flow-security.xml +++ b/spring-webflow-reference/src/flow-security.xml @@ -170,5 +170,4 @@ - -s \ No newline at end of file + \ No newline at end of file diff --git a/spring-webflow-reference/src/system-setup.xml b/spring-webflow-reference/src/system-setup.xml index c7ac7d9c..6cd35eba 100644 --- a/spring-webflow-reference/src/system-setup.xml +++ b/spring-webflow-reference/src/system-setup.xml @@ -23,7 +23,7 @@ http://www.springframework.org/schema/webflow-config http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd"> - <!-- Setup Web Flow here --> + <!-- Setup Web Flow here --> </beans> @@ -170,7 +170,16 @@ </flow-definition-attributes> </webflow:flow-location> - + + + Registering flows using a location pattern + + Use the flow-location-patterns element to register flows that match a specific resource location pattern: + + +<webflow:flow-location-pattern value="/WEB-INF/flows/**/*-flow.xml" /> + + flow-executor options