|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
lumis.portal.servicecontainer.ServiceContainerRequest
lumis.portal.servicecontainer.ServiceContainerRenderRequest
public class ServiceContainerRenderRequest
Field Summary |
---|
Fields inherited from class lumis.portal.servicecontainer.ServiceContainerRequest |
---|
callerServiceInterfaceInstanceId, isPreview, mode, pageConfig, preferences, serviceConfig, serviceContainerHttpServletRequest, serviceInstanceConfig, serviceInstanceDebugLevel, serviceInterfaceConfig, serviceInterfaceInstanceConfig, serviceInterfaceInstanceId, sessionConfig |
Fields inherited from interface lumis.portal.serviceinterface.IServiceInterfaceRequest |
---|
DEBUG_LEVEL_HIGH, DEBUG_LEVEL_LOW, DEBUG_LEVEL_MEDIUM, DEBUG_LEVEL_NONE |
Fields inherited from interface javax.portlet.PortletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Fields inherited from interface javax.portlet.PortletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
---|---|
ServiceContainerRenderRequest(SessionConfig sessionConfig,
PortalRequestParameters parameters,
HttpServletRequest httpServletRequest)
|
Method Summary | |
---|---|
boolean |
getSaveXml()
|
String |
getServiceInterfaceInstanceId()
|
boolean |
isCheckForCacheEnabled()
|
boolean |
isClientScriptRequest()
|
boolean |
isPageCachedInFile()
|
boolean |
isParameterFromProcessAction()
|
boolean |
isPrinting()
|
void |
setCheckForCacheEnabled(boolean checkForCacheEnabled)
|
void |
setClientScriptRequest(boolean clientScriptRequest)
|
void |
setPageCachedInFile(boolean pageCachedInFile)
|
void |
setParameterFromProcessAction(boolean parametersAreFromProcessAction)
|
void |
setPrinting(boolean isPrinting)
|
void |
setSaveXml(boolean saveXml)
|
void |
setServiceInterfaceInstanceId(String serviceInterfaceInstanceId)
|
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
---|
getAuthType, getContextPath, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid |
Methods inherited from class javax.servlet.ServletRequestWrapper |
---|
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getScheme, getServerName, getServerPort, isSecure, setRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.portal.serviceinterface.IServiceInterfaceRequest |
---|
getAttributeNames, getCallerServiceInterfaceInstanceId, getCookie, getCookies, getFileParameter, getHeader, getMode, getPageConfig, getParameterMap, getParameterNames, getRequestDispatcher, getServiceConfig, getServiceInstanceConfig, getServiceInstanceDebugLevel, getServiceInterfaceConfig, getServiceInterfaceInstanceConfig, getSessionConfig, isPreview, setMode, setSessionConfig |
Methods inherited from interface javax.portlet.PortletRequest |
---|
getAttribute, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
Methods inherited from interface javax.portlet.PortletRequest |
---|
getAttribute, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
Methods inherited from interface javax.servlet.ServletRequest |
---|
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getScheme, getServerName, getServerPort, isSecure |
Constructor Detail |
---|
public ServiceContainerRenderRequest(SessionConfig sessionConfig, PortalRequestParameters parameters, HttpServletRequest httpServletRequest) throws Exception
httpServletRequest
-
Exception
Method Detail |
---|
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 void setPageCachedInFile(boolean pageCachedInFile)
public boolean isParameterFromProcessAction()
public void setParameterFromProcessAction(boolean parametersAreFromProcessAction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |