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