public class GbifHttpServletRequestWrapper extends javax.servlet.http.HttpServletRequestWrapper
| Constructor and Description |
|---|
GbifHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request) |
GbifHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request,
boolean wrapContent) |
GbifHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request,
String contentAsString,
boolean wrapContent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getHeader(String name) |
Enumeration<String> |
getHeaderNames() |
Enumeration<String> |
getHeaders(String name) |
org.springframework.http.HttpHeaders |
getHttpHeaders() |
javax.servlet.ServletInputStream |
getInputStream() |
BufferedReader |
getReader() |
void |
overwriteLanguageHeader(String newValue) |
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getTrailerFields, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgradegetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncpublic GbifHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request)
public GbifHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request, boolean wrapContent)
public GbifHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request, String contentAsString, boolean wrapContent)
public javax.servlet.ServletInputStream getInputStream() throws IOException
getInputStream in interface javax.servlet.ServletRequestgetInputStream in class javax.servlet.ServletRequestWrapperIOExceptionpublic BufferedReader getReader() throws IOException
getReader in interface javax.servlet.ServletRequestgetReader in class javax.servlet.ServletRequestWrapperIOExceptionpublic String getContent()
public org.springframework.http.HttpHeaders getHttpHeaders()
public void overwriteLanguageHeader(String newValue)
public String getHeader(String name)
getHeader in interface javax.servlet.http.HttpServletRequestgetHeader in class javax.servlet.http.HttpServletRequestWrapperpublic Enumeration<String> getHeaderNames()
getHeaderNames in interface javax.servlet.http.HttpServletRequestgetHeaderNames in class javax.servlet.http.HttpServletRequestWrapperpublic Enumeration<String> getHeaders(String name)
getHeaders in interface javax.servlet.http.HttpServletRequestgetHeaders in class javax.servlet.http.HttpServletRequestWrapperCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.