org.jasig.cas.web.flow
Class CasDefaultFlowUrlHandler

java.lang.Object
  extended by org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
      extended by org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
All Implemented Interfaces:
org.springframework.webflow.context.servlet.FlowUrlHandler

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

Provides special handling for parameters in requests made to the CAS login webflow.

Since:
3.4
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
CasDefaultFlowUrlHandler()
           
 
Method Summary
 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
appendQueryParameters, getEncodingScheme, getFlowExecutionKey, getFlowId, setEncodingScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasDefaultFlowUrlHandler

public CasDefaultFlowUrlHandler()
Method Detail

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

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


Copyright © 2004-2013 Jasig. All Rights Reserved.