org.springframework.webflow.samples.booking
Class PrettyFlowUrlHandler

java.lang.Object
  extended by org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
      extended by org.springframework.webflow.samples.booking.PrettyFlowUrlHandler
All Implemented Interfaces:
org.springframework.webflow.context.servlet.FlowUrlHandler

public class PrettyFlowUrlHandler
extends org.springframework.webflow.context.servlet.DefaultFlowUrlHandler


Constructor Summary
PrettyFlowUrlHandler()
           
 
Method Summary
protected  String cleanUrl(String url, javax.servlet.http.HttpServletRequest request)
           
 String createFlowDefinitionUrl(String flowId, org.springframework.webflow.core.collection.AttributeMap input, javax.servlet.http.HttpServletRequest request)
           
 String createFlowExecutionUrl(String flowId, String flowExecutionKey, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
getFlowExecutionKey, getFlowId, setEncodingScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyFlowUrlHandler

public PrettyFlowUrlHandler()
Method Detail

createFlowDefinitionUrl

public String createFlowDefinitionUrl(String flowId,
                                      org.springframework.webflow.core.collection.AttributeMap input,
                                      javax.servlet.http.HttpServletRequest request)
Specified by:
createFlowDefinitionUrl in interface org.springframework.webflow.context.servlet.FlowUrlHandler
Overrides:
createFlowDefinitionUrl in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler

createFlowExecutionUrl

public String createFlowExecutionUrl(String flowId,
                                     String flowExecutionKey,
                                     javax.servlet.http.HttpServletRequest request)
Specified by:
createFlowExecutionUrl in interface org.springframework.webflow.context.servlet.FlowUrlHandler
Overrides:
createFlowExecutionUrl in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler

cleanUrl

protected String cleanUrl(String url,
                          javax.servlet.http.HttpServletRequest request)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.