From 37a642ff74e54fe0bdb0f5cd8ad65465dcb0fd82 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Fri, 11 Apr 2008 21:23:11 +0000 Subject: [PATCH] WebFlow1FlowUrlHandler --- spring-webflow-reference/src/upgrade-guide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webflow-reference/src/upgrade-guide.xml b/spring-webflow-reference/src/upgrade-guide.xml index d5c6deaf..386d7af4 100644 --- a/spring-webflow-reference/src/upgrade-guide.xml +++ b/spring-webflow-reference/src/upgrade-guide.xml @@ -173,12 +173,12 @@ java org.springframework.webflow.engine.model.builder.xml.WebFlowUpgrader flowTo The default URL handler has changed in Web Flow 2.0. The flow identifier is now inferred from the URL rather then passed explicitly. - In order to maintain comparability with existing views and URL structures using Web Flow 1.0 a ParameterBasedFlowUrlHandler is available. + In order to maintain comparability with existing views and URL structures using Web Flow 1.0 a WebFlow1FlowUrlHandler is available. - + ]]>