@Deprecated public class PatchedHttpServletRequest extends HttpServletRequestDelegate
delegate| Constructor and Description |
|---|
PatchedHttpServletRequest(javax.servlet.http.HttpServletRequest delegate,
String contextPath)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath()
Deprecated.
|
String |
getRequestURI()
Deprecated.
|
StringBuffer |
getRequestURL()
Deprecated.
|
authenticate, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getCookies, getDateHeader, getDispatcherType, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getScheme, getServerName, getServerPort, getServletContext, getServletPath, getSession, getSession, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync, upgradepublic PatchedHttpServletRequest(javax.servlet.http.HttpServletRequest delegate,
String contextPath)
public String getContextPath()
getContextPath in interface javax.servlet.http.HttpServletRequestgetContextPath in class HttpServletRequestDelegatepublic String getRequestURI()
getRequestURI in interface javax.servlet.http.HttpServletRequestgetRequestURI in class HttpServletRequestDelegatepublic StringBuffer getRequestURL()
getRequestURL in interface javax.servlet.http.HttpServletRequestgetRequestURL in class HttpServletRequestDelegateCopyright © 2017 JBoss by Red Hat. All rights reserved.