public class WeldHttpServletRequest extends RealtimeHttpServletRequestWrapper
This allows Weld to hold on to a single HttpServletRequest instance, which can then be set to point to another HttpServletRequest instance as the current one that the request uses changes.
This instance changes for example after an authentication module or filter has provided a new HttpServletRequest, or when a dispatch or include is performed.
| Constructor and Description |
|---|
WeldHttpServletRequest(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.servlet.http.HttpServletRequest |
getWrapped()
Get the wrapped request.
|
authenticate, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentLengthLong, 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, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletContext, getServletPath, getSession, getSession, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, isWrapperFor, isWrapperFor, login, logout, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync, upgradepublic WeldHttpServletRequest(javax.servlet.http.HttpServletRequest request)
protected javax.servlet.http.HttpServletRequest getWrapped()
RealtimeHttpServletRequestWrappergetWrapped in class RealtimeHttpServletRequestWrapperCopyright © 2019. All rights reserved.