diff options
Diffstat (limited to 'conf-from-container/conf/intercept/intercept-events-flow.xml')
-rw-r--r-- | conf-from-container/conf/intercept/intercept-events-flow.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf-from-container/conf/intercept/intercept-events-flow.xml b/conf-from-container/conf/intercept/intercept-events-flow.xml new file mode 100644 index 0000000..5cb30d5 --- /dev/null +++ b/conf-from-container/conf/intercept/intercept-events-flow.xml @@ -0,0 +1,18 @@ +<flow xmlns="http://www.springframework.org/schema/webflow" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd" + abstract="true"> + + <!-- ADVANCED USE ONLY --> + + <!-- + You can ignore this file unless you are creating your own custom intercept subflows that want to + report custom events in response to unusual conditions. + --> + + <!-- Custom error events to reflect back from user-supplied intercept subflows. --> + <!-- + <end-state id="MyCustomEvent" /> + --> + +</flow> |