protected static class BackofficeThreadContextCreator.BackofficeThreadHttpServletRequestWrapper
extends HttpServletRequestWrapper
| Constructor and Description |
|---|
BackofficeThreadHttpServletRequestWrapper(HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContextPath() |
java.lang.String |
getMethod() |
java.lang.String |
getPathInfo() |
java.lang.String |
getQueryString() |
java.lang.String |
getRequestURI() |
ServletContext |
getServletContext() |
java.lang.String |
getServletPath() |
HttpSession |
getSession() |
HttpSession |
getSession(boolean create) |
public BackofficeThreadHttpServletRequestWrapper(HttpServletRequest request)
public HttpSession getSession()
public HttpSession getSession(boolean create)
public ServletContext getServletContext()
public java.lang.String getContextPath()
public java.lang.String getRequestURI()
public java.lang.String getServletPath()
public java.lang.String getPathInfo()
public java.lang.String getQueryString()
public java.lang.String getMethod()
Copyright © 2018 SAP SE. All Rights Reserved.