public class HttpServletRequestWrapper extends HttpServletRequestWrapper
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH| Constructor and Description |
|---|
HttpServletRequestWrapper(HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String name) |
Enumeration<?> |
getHeaderNames() |
Enumeration<String> |
getHeaders(String name) |
void |
setHeader(String name,
String value) |
getAuthType, getContextPath, getCookies, getDateHeader, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequestequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingpublic HttpServletRequestWrapper(HttpServletRequest request)
public String getHeader(String name)
getHeader in interface HttpServletRequestgetHeader in class HttpServletRequestWrapperpublic Enumeration<?> getHeaderNames()
getHeaderNames in interface HttpServletRequestgetHeaderNames in class HttpServletRequestWrapperpublic Enumeration<String> getHeaders(String name)
getHeaders in interface HttpServletRequestgetHeaders in class HttpServletRequestWrapperCopyright © 2012 Nuxeo SA. All Rights Reserved.