From 8f8ffd9d9ca1f073e3c29e6b912d444f0864351a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 22 Sep 2008 21:16:59 +0000 Subject: [PATCH] mvc docs --- spring-webflow-reference/src/spring-mvc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-webflow-reference/src/spring-mvc.xml b/spring-webflow-reference/src/spring-mvc.xml index 2f0eb555..09188496 100644 --- a/spring-webflow-reference/src/spring-mvc.xml +++ b/spring-webflow-reference/src/spring-mvc.xml @@ -54,12 +54,12 @@ Once flow handling is enabled, the next step is to map specific application resources to your flows. - The simplest way to do this is to define a FlowIdHandlerMapping: + The simplest way to do this is to define a FlowHandlerMapping: - + ]]> @@ -102,7 +102,7 @@ Implementing custom FlowHandlers - FlowHandler is the extension point that can be used to customize how executions of a flow are managed in a HTTP servlet environment. + FlowHandler is the extension point that can be used to customize how flows are executed in a HTTP servlet environment. A FlowHandler is used by the FlowHandlerAdapter and responsible for: