Uses of Interface
lumis.portal.url.IPageWebResourceRenderRequest
-
Packages that use IPageWebResourceRenderRequest 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 lumis.portal.presentation.core Contains the core implementation for processing a page layout file.lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.portal.servlet Package for internal use servlet related classes.lumis.portal.url Manages the resolution of page URLs.lumis.service.htmlinjector HTML injection service. -
-
Uses of IPageWebResourceRenderRequest in lumis.lptf.portal.serviceinterface
Subinterfaces of IPageWebResourceRenderRequest in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceRenderRequest
Interface for aIServiceInterfaceRenderRequest
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IPageWebResourceRenderRequest Modifier and Type Class Description class
MockServiceInterfaceRenderRequest
Implementation for IMockServiceInterfaceRenderRequest interface. -
Uses of IPageWebResourceRenderRequest in lumis.portal.presentation
Methods in lumis.portal.presentation that return IPageWebResourceRenderRequest Modifier and Type Method Description IPageWebResourceRenderRequest
PresentationControllerHtml.PresentationPageRenderer. getRenderRequest()
Methods in lumis.portal.presentation with parameters of type IPageWebResourceRenderRequest Modifier and Type Method Description String
IHtmlProcessor. process(String originalHtml, IPageWebResourceRenderRequest pageWebResourceRenderRequest)
Returns the processed HMTL for user. -
Uses of IPageWebResourceRenderRequest in lumis.portal.presentation.core
Methods in lumis.portal.presentation.core that return IPageWebResourceRenderRequest Modifier and Type Method Description IPageWebResourceRenderRequest
IPageRenderer. getRenderRequest()
Returns the page web resource render request. -
Uses of IPageWebResourceRenderRequest in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IPageWebResourceRenderRequest Modifier and Type Class Description class
ServiceContainerRenderRequest
-
Uses of IPageWebResourceRenderRequest in lumis.portal.serviceinterface
Subinterfaces of IPageWebResourceRenderRequest in lumis.portal.serviceinterface Modifier and Type Interface Description interface
IServiceInterfaceRenderRequest
-
Uses of IPageWebResourceRenderRequest in lumis.portal.servlet
Methods in lumis.portal.servlet with parameters of type IPageWebResourceRenderRequest Modifier and Type Method Description String
UniqueWriterController. processHtml(String html, boolean isServerSide, IPageWebResourceRenderRequest renderRequest)
Process the HTML replacing the found markers for their text fragment accordingly.String
UniqueWriterController. processHtml(String html, Set<String> usedKeys, boolean isServerSide, IPageWebResourceRenderRequest renderRequest)
Process the HTML replacing the found markers for their text fragment accordingly. -
Uses of IPageWebResourceRenderRequest in lumis.portal.url
Classes in lumis.portal.url that implement IPageWebResourceRenderRequest Modifier and Type Class Description class
PageWebResourceRenderRequest
DefaultIPageWebResourceRenderRequest
implementation.Methods in lumis.portal.url with parameters of type IPageWebResourceRenderRequest Modifier and Type Method Description String
IURLManager. processHTML(String originalHtml, IPageWebResourceRenderRequest renderRequest)
Processes a HTML to be rendered correctly in a portal page.String
URLManager. processHTML(String originalHtml, IPageWebResourceRenderRequest request)
-
Uses of IPageWebResourceRenderRequest in lumis.service.htmlinjector
Methods in lumis.service.htmlinjector with parameters of type IPageWebResourceRenderRequest Modifier and Type Method Description String
HtmlInjector. process(String originalHtml, IPageWebResourceRenderRequest pageWebResourceRenderRequest)
-