Uses of Interface
lumis.portal.url.IPageWebResourceRequest
-
Packages that use IPageWebResourceRequest Package Description lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal.presentation.mode lumis.portal.presentation.mode.portaladministration Contains implementation specific for the layoutfile processing for portal administration mode.lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.portal.url Manages the resolution of page URLs. -
-
Uses of IPageWebResourceRequest in lumis.lptf.portal.serviceinterface
Subinterfaces of IPageWebResourceRequest in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceActionRequest
Interface for aIServiceInterfaceActionRequest
mock object.interface
IMockServiceInterfaceRenderRequest
Interface for aIServiceInterfaceRenderRequest
mock object.interface
IMockServiceInterfaceRequest
Interface for aIServiceInterfaceRequest
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IPageWebResourceRequest Modifier and Type Class Description class
MockServiceInterfaceActionRequest
Implementation for IMockServiceInterfaceActionRequest interface.class
MockServiceInterfaceRenderRequest
Implementation for IMockServiceInterfaceRenderRequest interface. -
Uses of IPageWebResourceRequest in lumis.portal.presentation.mode
Methods in lumis.portal.presentation.mode with parameters of type IPageWebResourceRequest Modifier and Type Method Description protected ContextValidatingPortalMode.PageChannelResolveResult
ContentPublicationPortalMode. resolve(HttpServletRequest request, IPageWebResourceRequest webResourceRequest)
protected abstract ContextValidatingPortalMode.PageChannelResolveResult
ContextValidatingPortalMode. resolve(HttpServletRequest request, IPageWebResourceRequest webResourceRequest)
Resolves the context.protected ContextValidatingPortalMode.PageChannelResolveResult
PortalStudioPortalMode. resolve(HttpServletRequest request, IPageWebResourceRequest webResourceRequest)
boolean
ContentAdministrationPortalMode. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
boolean
ContextValidatingPortalMode. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
boolean
IPortalModeSPI. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
Checks whether the current user has access to the given portal mode.boolean
NavigationPortalMode. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
boolean
SettingsPortalMode. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
-
Uses of IPageWebResourceRequest in lumis.portal.presentation.mode.portaladministration
Methods in lumis.portal.presentation.mode.portaladministration with parameters of type IPageWebResourceRequest Modifier and Type Method Description static String
PortalAdministrationHelper. buildTopBarHTMLFragment(HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest, LayoutFilePage page)
Builds the fragment HTML of Settings Drop Down List of the Top Bar. -
Uses of IPageWebResourceRequest in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IPageWebResourceRequest Modifier and Type Class Description class
ServiceContainerActionRequest
class
ServiceContainerRenderRequest
class
ServiceContainerRequest
AIServiceInterfaceRequest
implementation that is used by the service container. -
Uses of IPageWebResourceRequest in lumis.portal.serviceinterface
Subinterfaces of IPageWebResourceRequest in lumis.portal.serviceinterface Modifier and Type Interface Description interface
IServiceInterfaceActionRequest
interface
IServiceInterfaceRenderRequest
interface
IServiceInterfaceRequest
Interface that interfaces receive to get request informationinterface
IServiceInterfaceRequestSPI
Interface that interfaces receive to get request information. -
Uses of IPageWebResourceRequest in lumis.portal.url
Subinterfaces of IPageWebResourceRequest in lumis.portal.url Modifier and Type Interface Description interface
IPageWebResourceRenderRequest
Defines a render request for a givenPageWebResource
.Classes in lumis.portal.url that implement IPageWebResourceRequest Modifier and Type Class Description class
PageWebResourceRenderRequest
DefaultIPageWebResourceRenderRequest
implementation.class
PageWebResourceRequest
AIServiceInterfaceRequest
implementation that is used by the service container.
-