public final class HttpHelper extends Object
| Modifier | Constructor and Description |
|---|---|
private |
HttpHelper()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getRequestUriWithoutContext(javax.servlet.http.HttpServletRequest request)
Gets the request URI as returned by
HttpServletRequest.getRequestURI() but without the servlet context
path. |
public static String getRequestUriWithoutContext(javax.servlet.http.HttpServletRequest request)
HttpServletRequest.getRequestURI() but without the servlet context
path.request - request to get the URI fromCopyright © 1999-2015. All Rights Reserved.