public class AsyncPortletServletRequest
extends javax.servlet.http.HttpServletRequestWrapper
| Constructor and Description |
|---|
AsyncPortletServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncPortletServletRequest |
getAsyncPortletServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
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, upgradegetAsyncContext, 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, startAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, 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, startAsyncpublic AsyncPortletServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
public static AsyncPortletServletRequest getAsyncPortletServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
public java.lang.String getContextPath()
getContextPath in interface javax.servlet.http.HttpServletRequestgetContextPath in class javax.servlet.http.HttpServletRequestWrapperpublic javax.servlet.DispatcherType getDispatcherType()
getDispatcherType in interface javax.servlet.ServletRequestgetDispatcherType in class javax.servlet.ServletRequestWrapperpublic java.lang.String getPathInfo()
getPathInfo in interface javax.servlet.http.HttpServletRequestgetPathInfo in class javax.servlet.http.HttpServletRequestWrapperpublic java.lang.String getQueryString()
getQueryString in interface javax.servlet.http.HttpServletRequestgetQueryString in class javax.servlet.http.HttpServletRequestWrapperpublic java.lang.String getRequestURI()
getRequestURI in interface javax.servlet.http.HttpServletRequestgetRequestURI in class javax.servlet.http.HttpServletRequestWrapperpublic java.lang.String getServletPath()
getServletPath in interface javax.servlet.http.HttpServletRequestgetServletPath in class javax.servlet.http.HttpServletRequestWrapperpublic 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)