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: 42093 $ $Date: 2007-06-14 13:41:12 -0400 (Thu, 14 Jun 2007) $
- 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 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.