public interface HttpServletRequestWithContext
extends javax.servlet.http.HttpServletRequest
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addContext(T context) |
<T> Optional<T> |
getContext(Class<T> klass) |
static <T> HttpServletRequestWithContext |
Wrap(javax.servlet.http.HttpServletRequest request) |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, 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, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingstatic <T> HttpServletRequestWithContext Wrap(javax.servlet.http.HttpServletRequest request)
<T> void addContext(T context)
Copyright © 2018 Atlassian. All rights reserved.