Package lumis.portal.url
Class PageWebResourceRenderRequest
- java.lang.Object
-
- javax.servlet.ServletRequestWrapper
-
- javax.servlet.http.HttpServletRequestWrapper
-
- lumis.portal.url.PageWebResourceRequest
-
- lumis.portal.url.PageWebResourceRenderRequest
-
- All Implemented Interfaces:
HttpServletRequest
,ServletRequest
,IPageWebResourceRenderRequest
,IPageWebResourceRequest
public class PageWebResourceRenderRequest extends PageWebResourceRequest implements IPageWebResourceRenderRequest
DefaultIPageWebResourceRenderRequest
implementation.- Since:
- 8.2.0
- Version:
- $Revision: 18135 $ $Date: 2015-12-15 17:31:03 -0200 (Tue, 15 Dec 2015) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.url.PageWebResourceRequest
mode
-
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
-
-
Constructor Summary
Constructors Constructor Description PageWebResourceRenderRequest(SessionConfig sessionConfig, PageWebResource webResource, HttpServletRequest request, Map<String,FileParameter> fileParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPrinting()
Returns whether the request is in print mode.-
Methods inherited from class lumis.portal.url.PageWebResourceRequest
getApplicationRequestedPath, getAttribute, getAttributeNames, getBusinessContext, getCookie, getFileParameter, getPageWebResource, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalMode, getSessionConfig, getWebsiteBaseURL, isPageCachedInFile, isPreview, removeAttribute, setAttribute, setPageWebResource
-
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
-
Methods inherited from class javax.servlet.ServletRequestWrapper
getAsyncContext, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, setCharacterEncoding, setRequest, startAsync, startAsync
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.url.IPageWebResourceRequest
getApplicationRequestedPath, getAttribute, getAttributeNames, getBusinessContext, getContextPath, getCookie, getCookies, getFileParameter, getHeader, getPageWebResource, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalMode, getScheme, getServerName, getServerPort, getSessionConfig, getWebsiteBaseURL, isPageCachedInFile, isPreview, isSecure, removeAttribute, setAttribute
-
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, setCharacterEncoding, startAsync, startAsync
-
-
-
-
Constructor Detail
-
PageWebResourceRenderRequest
public PageWebResourceRenderRequest(SessionConfig sessionConfig, PageWebResource webResource, HttpServletRequest request, Map<String,FileParameter> fileParameters)
-
-
Method Detail
-
isPrinting
public boolean isPrinting()
Description copied from interface:IPageWebResourceRenderRequest
Returns whether the request is in print mode.- Specified by:
isPrinting
in interfaceIPageWebResourceRenderRequest
- Returns:
- whether the request is in print mode.
-
-