public class AsyncPortletServletRequest
extends javax.servlet.http.HttpServletRequestWrapper
Constructor and Description |
---|
AsyncPortletServletRequest(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static AsyncPortletServletRequest |
getAsyncPortletServletRequest(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getContextPath() |
javax.servlet.DispatcherType |
getDispatcherType() |
java.lang.String |
getPathInfo() |
java.lang.String |
getQueryString() |
java.lang.String |
getRequestURI() |
java.lang.String |
getServletPath() |
void |
setContextPath(java.lang.String contextPath) |
void |
setPathInfo(java.lang.String pathInfo) |
void |
setQueryString(java.lang.String queryString) |
void |
setRequestURI(java.lang.String requestUri) |
void |
setServletPath(java.lang.String servletPath) |
void |
update(java.lang.String contextPath,
java.lang.String path) |
authenticate, changeSessionId, getAuthType, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathTranslated, getRemoteUser, getRequestedSessionId, getRequestURL, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, upgrade
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsync
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
public AsyncPortletServletRequest(javax.servlet.http.HttpServletRequest request)
public static AsyncPortletServletRequest getAsyncPortletServletRequest(javax.servlet.http.HttpServletRequest request)
public java.lang.String getContextPath()
getContextPath
in interface javax.servlet.http.HttpServletRequest
getContextPath
in class javax.servlet.http.HttpServletRequestWrapper
public javax.servlet.DispatcherType getDispatcherType()
getDispatcherType
in interface javax.servlet.ServletRequest
getDispatcherType
in class javax.servlet.ServletRequestWrapper
public java.lang.String getPathInfo()
getPathInfo
in interface javax.servlet.http.HttpServletRequest
getPathInfo
in class javax.servlet.http.HttpServletRequestWrapper
public java.lang.String getQueryString()
getQueryString
in interface javax.servlet.http.HttpServletRequest
getQueryString
in class javax.servlet.http.HttpServletRequestWrapper
public java.lang.String getRequestURI()
getRequestURI
in interface javax.servlet.http.HttpServletRequest
getRequestURI
in class javax.servlet.http.HttpServletRequestWrapper
public java.lang.String getServletPath()
getServletPath
in interface javax.servlet.http.HttpServletRequest
getServletPath
in class javax.servlet.http.HttpServletRequestWrapper
public void setContextPath(java.lang.String contextPath)
public void setPathInfo(java.lang.String pathInfo)
public void setQueryString(java.lang.String queryString)
public void setRequestURI(java.lang.String requestUri)
public void setServletPath(java.lang.String servletPath)
public void update(java.lang.String contextPath, java.lang.String path)