org.jasig.cas.web.support
Class WebUtils
java.lang.Object
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: 47605 $ $Date: 2010-01-03 22:39:16 -0500 (Sun, 03 Jan 2010) $
- Author:
- Scott Battaglia
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebUtils
public WebUtils()
getHttpServletRequest
public static javax.servlet.http.HttpServletRequest getHttpServletRequest(org.springframework.webflow.execution.RequestContext context)
getHttpServletResponse
public static javax.servlet.http.HttpServletResponse getHttpServletResponse(org.springframework.webflow.execution.RequestContext context)
getService
public static WebApplicationService getService(java.util.List<ArgumentExtractor> argumentExtractors,
javax.servlet.http.HttpServletRequest request)
getService
public static WebApplicationService getService(java.util.List<ArgumentExtractor> argumentExtractors,
org.springframework.webflow.execution.RequestContext context)
getService
public static WebApplicationService getService(org.springframework.webflow.execution.RequestContext context)
putTicketGrantingTicketInRequestScope
public static void putTicketGrantingTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
java.lang.String ticketValue)
getTicketGrantingTicketId
public static java.lang.String getTicketGrantingTicketId(org.springframework.webflow.execution.RequestContext context)
putServiceTicketInRequestScope
public static void putServiceTicketInRequestScope(org.springframework.webflow.execution.RequestContext context,
java.lang.String ticketValue)
getServiceTicketFromRequestScope
public static java.lang.String getServiceTicketFromRequestScope(org.springframework.webflow.execution.RequestContext context)
Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.