import
This commit is contained in:
20
conf/intercept/intercept-events-flow.xml
Normal file
20
conf/intercept/intercept-events-flow.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<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.
|
||||
-->
|
||||
|
||||
<!-- <end-state id="MyCustomEvent" /> -->
|
||||
|
||||
<global-transitions>
|
||||
<!-- <transition on="MyCustomEvent" to="MyCustomEvent" /> -->
|
||||
<transition on="#{!'proceed'.equals(currentEvent.id)}" to="InvalidEvent" />
|
||||
</global-transitions>
|
||||
|
||||
</flow>
|
Reference in New Issue
Block a user