This commit is contained in:
Keith Donald
2009-03-12 22:13:29 +00:00
parent 28d1df9d0a
commit 830e946810

View File

@@ -260,6 +260,13 @@ public class BookingFlowHandler extends AbstractFlowHandler {
<property name="viewResolvers" ref="myExistingViewResolverToUseForFlows"/>
</bean>]]>
</programlisting>
<para>
The MvcViewFactoryCreator is the factory that allows you to configure how the Spring MVC view system is used inside Spring Web Flow.
Use it to configure a set of existing ViewResolvers to use, as well as other services such as a custom MessageCodesResolver.
You may also enable data binding use Spring MVC's native BeanWrapper by setting the <code>useSpringBinding</code> flag to true.
This is an alternative to using OGNL or the Unified EL for view-to-model data binding.
See the JavaDoc API of this class for more information.
</para>
</sect1>
<sect1 id="spring-mvc-resuming-on-event">
<title>Signaling an event from a View</title>