Uses of Class
lumis.portal.servicecontainer.ServiceContainerRenderRequest
-
Packages that use ServiceContainerRenderRequest Package Description lumis.content.incontextedit lumis.portal.incontextedit lumis.portal.servicecontainer lumis.portal.serviceinterfaceinstance lumis.service.banner -
-
Uses of ServiceContainerRenderRequest in lumis.content.incontextedit
Methods in lumis.content.incontextedit with parameters of type ServiceContainerRenderRequest Modifier and Type Method Description String
ContentServiceInterfaceInContextEdit. processInContextEditContent(ServiceContainerRenderRequest renderRequest, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, String outputHTML, ITransaction transaction)
-
Uses of ServiceContainerRenderRequest in lumis.portal.incontextedit
Methods in lumis.portal.incontextedit with parameters of type ServiceContainerRenderRequest Modifier and Type Method Description String
IServiceInterfaceInContextEdit. processInContextEditContent(ServiceContainerRenderRequest renderRequest, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, String outputHTML, ITransaction transaction)
Process in context edit content related attributes. -
Uses of ServiceContainerRenderRequest in lumis.portal.servicecontainer
Methods in lumis.portal.servicecontainer with parameters of type ServiceContainerRenderRequest Modifier and Type Method Description protected String
ServiceContainer. getAccessDeniedOutput(ServiceContainerRenderRequest renderRequest, ITransaction portalTransaction)
String
ServiceContainer. renderServiceInterfaceInstance(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, ITransaction portalTransaction)
Renders a single service interface instance. -
Uses of ServiceContainerRenderRequest in lumis.portal.serviceinterfaceinstance
Methods in lumis.portal.serviceinterfaceinstance with parameters of type ServiceContainerRenderRequest Modifier and Type Method Description protected String
ServiceInterfaceInstanceControllerHtml. processHTML(ServiceContainerRenderRequest renderRequest, String outputHTML)
Processes the HTML generated by the service interface instance, for proper rendering in the final page.protected void
ServiceInterfaceInstanceControllerHtml. renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, Map<String,String> originalMap, ITransaction portalTransaction)
-
Uses of ServiceContainerRenderRequest in lumis.service.banner
Methods in lumis.service.banner with parameters of type ServiceContainerRenderRequest Modifier and Type Method Description protected void
BannerController. renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, Map<String,String> originalMap, ITransaction portalTransaction)
-