Package lumis.portal.serviceinterface
Interface IServiceInterfaceRequestSPI
-
- All Superinterfaces:
IPageWebResourceRequest
,IServiceInterfaceRequest
,PortletRequest
- All Known Implementing Classes:
MockServiceInterfaceActionRequest
,MockServiceInterfaceRenderRequest
,ServiceContainerActionRequest
,ServiceContainerRenderRequest
,ServiceContainerRequest
public interface IServiceInterfaceRequestSPI extends IServiceInterfaceRequest
Interface that interfaces receive to get request information. SPI interface for internal usage only.- Since:
- 7.0.0
- Version:
- $Revision: 21880 $ $Date: 2018-09-21 17:07:19 -0300 (Fri, 21 Sep 2018) $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
PortletRequest.P3PUserInfos
-
-
Field Summary
-
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
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FunctionMapper
getFunctionMapper()
Returns theFunctionMapper
for this request.default HttpServletRequest
getHttpServletRequest()
Returns theHttpServletRequest
.ReplaceInterfacesStorage
getReplaceInterfacesStorage()
Returns theReplaceInterfacesStorage
for the current request.ServiceContainerHttpServletRequest
getServiceContainerHttpServletRequest()
Returns theServiceContainerHttpServletRequest
.VariableResolver
getVariableResolver()
Returns theVariableResolver
for this request.-
Methods inherited from interface lumis.portal.url.IPageWebResourceRequest
getApplicationRequestedPath, getAttribute, getContextPath, getParameter, getParameterValues, getPortalMode, getScheme, getServerName, getServerPort, isPageCachedInFile, isSecure, removeAttribute, setAttribute
-
Methods inherited from interface lumis.portal.serviceinterface.IServiceInterfaceRequest
getAttributeNames, getBusinessContext, getCallerServiceInterfaceInstanceId, getCallerServiceInterfaceInstancePreferences, getCallerServiceInterfaceMenuLevel, getCookie, getCookies, getFileParameter, getHeader, getMode, getPageConfig, getPageWebResource, getParameterMap, getParameterNames, getPreferences, getRequestDispatcher, getServiceConfig, getServiceInstanceConfig, getServiceInstanceDebugLevel, getServiceInterfaceConfig, getServiceInterfaceInstanceConfig, getServiceInterfaceInstanceId, getSessionConfig, getWebsiteBaseURL, isPreview, setMode, setSessionConfig
-
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
-
-
-
-
Method Detail
-
getVariableResolver
VariableResolver getVariableResolver()
Returns theVariableResolver
for this request.- Returns:
- the
VariableResolver
for this request. - Since:
- 7.0.0
-
getFunctionMapper
FunctionMapper getFunctionMapper()
Returns theFunctionMapper
for this request.- Returns:
- the
FunctionMapper
for this request. - Since:
- 7.0.0
-
getServiceContainerHttpServletRequest
ServiceContainerHttpServletRequest getServiceContainerHttpServletRequest()
Returns theServiceContainerHttpServletRequest
.- Returns:
- the
ServiceContainerHttpServletRequest
. - Since:
- 7.0.0
-
getHttpServletRequest
default HttpServletRequest getHttpServletRequest()
Returns theHttpServletRequest
.- Returns:
- the
HttpServletRequest
. - Since:
- 10.2.0
-
getReplaceInterfacesStorage
ReplaceInterfacesStorage getReplaceInterfacesStorage()
Returns theReplaceInterfacesStorage
for the current request.- Returns:
- the replace interfaces storage.
- Since:
- 11.0.0
-
-