edu.internet2.middleware.shibboleth.common.util
Class HttpHelper
java.lang.Object
edu.internet2.middleware.shibboleth.common.util.HttpHelper
public final class HttpHelper
- extends Object
Helper class for dealing with HTTP related resoruces.
Method Summary |
static String |
getRequestUriWithoutContext(javax.servlet.http.HttpServletRequest request)
Gets the request URI as returned by HttpServletRequest.getRequestURI() but without the servlet context
path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRequestUriWithoutContext
public static String getRequestUriWithoutContext(javax.servlet.http.HttpServletRequest request)
- Gets the request URI as returned by
HttpServletRequest.getRequestURI()
but without the servlet context
path.
- Parameters:
request
- request to get the URI from
- Returns:
- constructed URI
Copyright © 2006-2009 Internet2. All Rights Reserved.