public class ContextAwareHttpSerlvetRequest extends HttpServletRequestDelegate
delegate| Constructor and Description |
|---|
ContextAwareHttpSerlvetRequest(javax.servlet.http.HttpServletRequest delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
void |
setContextPath(String path) |
authenticate, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, 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, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletContext, getServletPath, getSession, getSession, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncpublic ContextAwareHttpSerlvetRequest(javax.servlet.http.HttpServletRequest delegate)
public void setContextPath(String path)
public String getContextPath()
getContextPath in interface javax.servlet.http.HttpServletRequestgetContextPath in class HttpServletRequestDelegateCopyright © 2013–2016 JBoss by Red Hat. All rights reserved.