public class RequestUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getEncodedPathInfo(javax.servlet.http.HttpServletRequest req) |
static java.lang.Throwable |
getErrorTraceAttribute(javax.servlet.http.HttpServletRequest req) |
static void |
setErrorTraceAttribute(javax.servlet.http.HttpServletRequest req,
java.lang.Throwable t) |
public static void setErrorTraceAttribute(javax.servlet.http.HttpServletRequest req,
java.lang.Throwable t)
public static java.lang.Throwable getErrorTraceAttribute(javax.servlet.http.HttpServletRequest req)
public static java.lang.String getEncodedPathInfo(javax.servlet.http.HttpServletRequest req)
HttpServletRequest.getPathInfo(), but without decoding
URL-encoded characters.