public interface IRequestWebScope extends IRequestWebScopeWithoutResponse
| Modifier and Type | Method and Description |
|---|---|
default OutputStream |
getOutputStream() |
javax.servlet.http.HttpServletResponse |
getResponse() |
areCookiesEnabled, encodeRedirectURL, encodeRedirectURL, encodeURL, encodeURL, getAuthType, getBrowserInfo, getCharacterEncoding, getCharset, getContentLength, getContentType, getContextAndServletPath, getContextPath, getCookies, getFullContextAndServletPath, getFullContextPath, getFullServerPath, getHttpMethod, getHttpVersion, getLocalAddr, getLocalName, getLocalPort, getMethod, getPathInfo, getPathTranslated, getPathWithinServlet, getPathWithinServletContext, getProtocol, getQueryString, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestedSessionId, getRequestParamMap, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getSession, getSessionID, getURL, getUserAgent, getUserPrincipal, headers, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, params@Nonnull javax.servlet.http.HttpServletResponse getResponse()
@Nonnull default OutputStream getOutputStream() throws IOException
OutputStream to write to the HTTP servlet responseIOException - In case of an errorCopyright © 2014–2019 Philip Helger. All rights reserved.