org.jasig.cas.web.support
Class WebUtils

java.lang.Object
  extended by org.jasig.cas.web.support.WebUtils

public final class WebUtils
extends java.lang.Object

Common utilities for the web tier.

Since:
3.1
Version:
$Revision: 42093 $ $Date: 2007-06-14 13:41:12 -0400 (Thu, 14 Jun 2007) $
Author:
Scott Battaglia

Constructor Summary
WebUtils()
           
 
Method Summary
static javax.servlet.http.HttpServletRequest getHttpServletRequest(org.springframework.webflow.execution.RequestContext context)
           
static javax.servlet.http.HttpServletResponse getHttpServletResponse(org.springframework.webflow.execution.RequestContext context)
           
static WebApplicationService getService(java.util.List<ArgumentExtractor> argumentExtractors, javax.servlet.http.HttpServletRequest request)
           
static WebApplicationService getService(java.util.List<ArgumentExtractor> argumentExtractors, org.springframework.webflow.execution.RequestContext context)
           
static WebApplicationService getService(org.springframework.webflow.execution.RequestContext context)
           
static java.lang.String getServiceTicketFromRequestScope(org.springframework.webflow.execution.RequestContext context)
           
static java.lang.String getTicketGrantingTicketId(org.springframework.webflow.execution.RequestContext context)
           
static void putServiceTicketInRequestScope(org.springframework.webflow.execution.RequestContext context, java.lang.String ticketValue)
           
static void putTicketGrantingTicketInRequestScope(org.springframework.webflow.execution.RequestContext context, java.lang.String ticketValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebUtils

public WebUtils()
Method Detail

getHttpServletRequest

public static final javax.servlet.http.HttpServletRequest getHttpServletRequest(org.springframework.webflow.execution.RequestContext context)

getHttpServletResponse

public static final javax.servlet.http.HttpServletResponse getHttpServletResponse(org.springframework.webflow.execution.RequestContext context)

getService

public static final WebApplicationService getService(java.util.List<ArgumentExtractor> argumentExtractors,
                                                     javax.servlet.http.HttpServletRequest request)

getService

public static final WebApplicationService getService(java.util.List<ArgumentExtractor> argumentExtractors,
                                                     org.springframework.webflow.execution.RequestContext context)

getService

public static final WebApplicationService getService(org.springframework.webflow.execution.RequestContext context)

putTicketGrantingTicketInRequestScope

public static final void putTicketGrantingTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
                                                               java.lang.String ticketValue)

getTicketGrantingTicketId

public static final java.lang.String getTicketGrantingTicketId(org.springframework.webflow.execution.RequestContext context)

putServiceTicketInRequestScope

public static final void putServiceTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
                                                        java.lang.String ticketValue)

getServiceTicketFromRequestScope

public static final java.lang.String getServiceTicketFromRequestScope(org.springframework.webflow.execution.RequestContext context)


Copyright © 2004-2009 Java Architectures Special Interest Group. All Rights Reserved.