public class ServiceContainerRenderRequest extends ServiceContainerRequest implements IServiceInterfaceRenderRequest
PortletRequest.P3PUserInfos
baseServiceInterfaceInstanceConfig, businessContext, callerServiceInterfaceInstanceId, isPreview, mode, pageConfig, preferences, serviceConfig, serviceContainerHttpServletRequest, serviceInstanceConfig, serviceInstanceDebugLevel, serviceInterfaceConfig, serviceInterfaceInstanceConfig, serviceInterfaceInstanceId, sessionConfig
DEBUG_LEVEL_HIGH, DEBUG_LEVEL_LOW, DEBUG_LEVEL_MEDIUM, DEBUG_LEVEL_NONE
ETAG
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
Constructor and Description |
---|
ServiceContainerRenderRequest(SessionConfig sessionConfig,
PortalRequestParameters parameters,
HttpServletRequest httpServletRequest,
ReplaceInterfacesStorage replaceInterfacesStorage) |
Modifier and Type | Method and Description |
---|---|
protected FunctionMapper |
createFunctionMapper(ServiceContainerResponse response)
Creates a
FunctionMapper based on the given response. |
void |
disableProcessHtmlThemeResources()
Turns off the processing of themes' resources in generated HTML.
|
String |
getETag() |
String |
getPageCacheId()
Returns the identifier of the page cache this request renders to.
|
boolean |
getSaveXml() |
String |
getServiceInterfaceInstanceId() |
boolean |
isCheckForCacheEnabled() |
boolean |
isClientScriptRequest() |
boolean |
isPageCachedInFile() |
boolean |
isParameterFromProcessAction() |
boolean |
isPrinting() |
boolean |
isProcessBeforeWrites()
Returns whether the before writes should be processed by the
ServiceContainer . |
boolean |
isProcessHtmlThemeResources()
Returns whether the processing of themes' resources should be done.
|
void |
setCheckForCacheEnabled(boolean checkForCacheEnabled) |
void |
setClientScriptRequest(boolean clientScriptRequest) |
void |
setPageCacheId(String pageCacheId)
Sets the identifier of the page cache this request renders to.
|
void |
setParameterFromProcessAction(boolean parametersAreFromProcessAction) |
void |
setPrinting(boolean isPrinting) |
void |
setProcessBeforeWrites(boolean processBeforeWrites)
Sets whether the before writes should be processed by the
ServiceContainer . |
void |
setSaveXml(boolean saveXml) |
void |
setServiceInterfaceInstanceId(String serviceInterfaceInstanceId) |
getAttribute, getAttributeNames, getBaseServiceInterfaceInstanceConfig, getBusinessContext, getCallerServiceInterfaceInstanceId, getCookie, getCookies, getFileParameter, getFunctionMapper, getLocale, getLocales, getMode, getPageConfig, getPageWebResource, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getReplaceInterfacesStorage, getRequestDispatcher, getResponseContentType, getResponseContentTypes, getServiceConfig, getServiceContainerHttpServletRequest, getServiceInstanceConfig, getServiceInstanceDebugLevel, getServiceInterfaceConfig, getServiceInterfaceInstanceConfig, getSessionConfig, getUserPrincipal, getVariableResolver, getWindowID, getWindowState, isPortletModeAllowed, isPreview, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setBaseServiceInterfaceInstanceConfig, setCallerServiceInterfaceInstanceId, setCharacterEncoding, setMode, setPageWebResource, setPreview, setResponse, setServiceConfig, setServiceInstanceConfig, setServiceInstanceDebugLevel, setServiceInterfaceConfig, setServiceInterfaceInstanceConfig, setServiceInterfaceInstanceFileParameters, setServiceInterfaceInstanceParameters, setSessionConfig
getAuthType, getContextPath, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getScheme, getServerName, getServerPort, isSecure, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeNames, getBusinessContext, getCallerServiceInterfaceInstanceId, getCookie, getCookies, getFileParameter, getHeader, getMode, getPageConfig, getPageWebResource, getParameterMap, getParameterNames, getRequestDispatcher, getServiceConfig, getServiceInstanceConfig, getServiceInstanceDebugLevel, getServiceInterfaceConfig, getServiceInterfaceInstanceConfig, getSessionConfig, isPreview, setMode, setSessionConfig
getAttribute, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getScheme, getServerName, getServerPort, isSecure
public ServiceContainerRenderRequest(SessionConfig sessionConfig, PortalRequestParameters parameters, HttpServletRequest httpServletRequest, ReplaceInterfacesStorage replaceInterfacesStorage) throws Exception
httpServletRequest
- Exception
public String getServiceInterfaceInstanceId()
getServiceInterfaceInstanceId
in interface IServiceInterfaceRequest
getServiceInterfaceInstanceId
in class ServiceContainerRequest
public void setServiceInterfaceInstanceId(String serviceInterfaceInstanceId)
public boolean getSaveXml()
getSaveXml
in interface IServiceInterfaceRenderRequest
public void setSaveXml(boolean saveXml)
public boolean isPrinting()
isPrinting
in interface IServiceInterfaceRenderRequest
public void setPrinting(boolean isPrinting)
public boolean isClientScriptRequest()
public void setClientScriptRequest(boolean clientScriptRequest)
public boolean isCheckForCacheEnabled()
public void setCheckForCacheEnabled(boolean checkForCacheEnabled)
public boolean isPageCachedInFile()
isPageCachedInFile
in interface IServiceInterfaceRenderRequest
public String getPageCacheId()
null
if this
request is not a page cache.public void setPageCacheId(String pageCacheId)
pageCacheId
- the page cache identifier.public boolean isParameterFromProcessAction()
public void setParameterFromProcessAction(boolean parametersAreFromProcessAction)
public String getETag()
getETag
in interface RenderRequest
public void disableProcessHtmlThemeResources()
public boolean isProcessHtmlThemeResources()
protected FunctionMapper createFunctionMapper(ServiceContainerResponse response)
ServiceContainerRequest
FunctionMapper
based on the given response.createFunctionMapper
in class ServiceContainerRequest
response
- the response.FunctionMapper
.public void setProcessBeforeWrites(boolean processBeforeWrites)
ServiceContainer
.processBeforeWrites
- whether the before writes should be processed by the ServiceContainer
.public boolean isProcessBeforeWrites()
ServiceContainer
.ServiceContainer
.Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.