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: