From 15a3b69c23ed9abd909934930040696e16e317a6 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 9 Mar 2008 07:58:57 +0000 Subject: [PATCH] --- spring-webflow/changelog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index cab23164..f32d1532 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -53,7 +53,12 @@ Major New Features * Added a lightweight JSF component library that uses Spring Javascript underneath to employ progressive enhancement techniques, degrading nicely if Javascript is not available for use on the client. See the Spring Travel example for an illustration; turn Javascript off and compare the application to when Javascript is turned on. - + +* Added support for registering "Flow Handlers", as an alternative or supplement to the traditional Spring MVC FlowController. + A FlowHandler is a gatekeeper that brokers access to a single flow definition. + Such handlers are useful when you need the to handle flow input mapping, flow outcomes, or flow exceptions in a custom manner. + See the FlowHandlerAdapter and FlowHandler Javadoc API for more information. + Changes in version 2.0 M3 (20.12.2007) ------------------------------------- Package org.springframework.webflow.faces