public class ProxyHttpServletRequest extends HttpServletRequestDelegate
delegate| Constructor and Description |
|---|
ProxyHttpServletRequest(javax.servlet.http.HttpServletRequest delegate,
String proxyBaseURI) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestURI() |
StringBuffer |
getRequestURL() |
authenticate, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, 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, startAsyncpublic ProxyHttpServletRequest(javax.servlet.http.HttpServletRequest delegate,
String proxyBaseURI)
public String getRequestURI()
getRequestURI in interface javax.servlet.http.HttpServletRequestgetRequestURI in class HttpServletRequestDelegatepublic StringBuffer getRequestURL()
getRequestURL in interface javax.servlet.http.HttpServletRequestgetRequestURL in class HttpServletRequestDelegateCopyright © 2013–2016 JBoss by Red Hat. All rights reserved.