summaryrefslogtreecommitdiff
path: root/conf-from-container/conf/c14n/subject-c14n-events-flow.xml
blob: d7458cd14c1a2cde265f6adc251b43c256838b96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 c14n subflows that want to
    report custom events in response to unusual error or warning conditions.
    -->

    <!-- Custom error events to reflect back from user-supplied c14n subflows. -->
    <!--
    <end-state id="MyCustomEvent" />
    -->

</flow>