added flow-location-pattern
This commit is contained in:
@@ -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>
|
||||
</programlisting>
|
||||
@@ -170,7 +170,16 @@
|
||||
</flow-definition-attributes>
|
||||
</webflow:flow-location>
|
||||
</programlisting>
|
||||
</sect2>
|
||||
</sect2>
|
||||
<sect2 id="flow-registry-patterns">
|
||||
<title>Registering flows using a location pattern</title>
|
||||
<para>
|
||||
Use the <code>flow-location-patterns</code> element to register flows that match a specific resource location pattern:
|
||||
</para>
|
||||
<programlisting type="xml">
|
||||
<webflow:flow-location-pattern value="/WEB-INF/flows/**/*-flow.xml" />
|
||||
</programlisting>
|
||||
</sect2>
|
||||
</sect1>
|
||||
<sect1 id="flow-executor">
|
||||
<title>flow-executor options</title>
|
||||
|
||||
Reference in New Issue
Block a user