flow handler mapping

This commit is contained in:
Keith Donald
2008-09-26 20:30:11 +00:00
parent b511cf5210
commit 692a81cb7e

View File

@@ -37,7 +37,7 @@ import org.springframework.webflow.definition.registry.FlowDefinitionRegistry;
*
* @author Keith Donald
*/
public class FlowIdHandlerMapping extends AbstractHandlerMapping {
public class FlowHandlerMapping extends AbstractHandlerMapping {
private FlowUrlHandler flowUrlHandler = new DefaultFlowUrlHandler();