@Deprecated
public class ThreadLocalFacadeHttpServletRequestWrapper
extends com.liferay.portal.kernel.servlet.PersistentHttpServletRequestWrapper
implements Closeable
| Constructor and Description |
|---|
ThreadLocalFacadeHttpServletRequestWrapper(javax.servlet.ServletRequestWrapper servletRequestWrapper,
javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
Object |
getAttribute(String name)
Deprecated.
|
Enumeration<String> |
getAttributeNames()
Deprecated.
|
Enumeration<Locale> |
getLocales()
Deprecated.
|
javax.servlet.ServletRequest |
getRequest()
Deprecated.
|
javax.servlet.RequestDispatcher |
getRequestDispatcher(String uri)
Deprecated.
|
javax.servlet.http.HttpSession |
getSession()
Deprecated.
|
javax.servlet.http.HttpSession |
getSession(boolean create)
Deprecated.
|
void |
removeAttribute(String name)
Deprecated.
|
void |
setAttribute(String name,
Object object)
Deprecated.
|
void |
setRequest(javax.servlet.ServletRequest servletRequest)
Deprecated.
|
cloneauthenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, upgradegetAsyncContext, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, setCharacterEncoding, startAsync, startAsyncequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, setCharacterEncoding, startAsync, startAsyncpublic ThreadLocalFacadeHttpServletRequestWrapper(javax.servlet.ServletRequestWrapper servletRequestWrapper,
javax.servlet.http.HttpServletRequest httpServletRequest)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic Object getAttribute(String name)
getAttribute in interface javax.servlet.ServletRequestgetAttribute in class javax.servlet.ServletRequestWrapperpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.servlet.ServletRequestgetAttributeNames in class javax.servlet.ServletRequestWrapperpublic Enumeration<Locale> getLocales()
getLocales in interface javax.servlet.ServletRequestgetLocales in class javax.servlet.ServletRequestWrapperpublic javax.servlet.ServletRequest getRequest()
getRequest in class javax.servlet.ServletRequestWrapperpublic javax.servlet.RequestDispatcher getRequestDispatcher(String uri)
getRequestDispatcher in interface javax.servlet.ServletRequestgetRequestDispatcher in class javax.servlet.ServletRequestWrapperpublic javax.servlet.http.HttpSession getSession()
getSession in interface javax.servlet.http.HttpServletRequestgetSession in class javax.servlet.http.HttpServletRequestWrapperpublic javax.servlet.http.HttpSession getSession(boolean create)
getSession in interface javax.servlet.http.HttpServletRequestgetSession in class javax.servlet.http.HttpServletRequestWrapperpublic void removeAttribute(String name)
removeAttribute in interface javax.servlet.ServletRequestremoveAttribute in class javax.servlet.ServletRequestWrapperpublic void setAttribute(String name,
Object object)
setAttribute in interface javax.servlet.ServletRequestsetAttribute in class javax.servlet.ServletRequestWrapperpublic void setRequest(javax.servlet.ServletRequest servletRequest)
setRequest in class javax.servlet.ServletRequestWrapper