Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceRenderResponseSPI
-
Packages that use IServiceInterfaceRenderResponseSPI Package Description lumis.collaboration.chat lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.portal.serviceinterface.style lumis.portal.serviceinterface.style.impl.scripting lumis.portal.serviceinterface.style.impl.xsl -
-
Uses of IServiceInterfaceRenderResponseSPI in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IServiceInterfaceRenderResponseSPI Modifier and Type Class Description class
ChatServiceInterfaceResponse
Chat service interface forChatControllerXml
. -
Uses of IServiceInterfaceRenderResponseSPI in lumis.lptf.portal.serviceinterface
Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceRenderResponseSPI Modifier and Type Class Description class
MockServiceInterfaceRenderResponse
Implementation for IMockServiceInterfaceRenderResponse interface. -
Uses of IServiceInterfaceRenderResponseSPI in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceRenderResponseSPI Modifier and Type Class Description class
ServiceContainerRenderResponse
Constructors in lumis.portal.servicecontainer with parameters of type IServiceInterfaceRenderResponseSPI Constructor Description ServiceContainerRenderRequestFunctionMapper(PageWebResource pageWebResource, IServiceInterfaceRenderResponseSPI renderResponse, IServiceInterfaceRequestSPI request)
Creates a new instance with the given parameters. -
Uses of IServiceInterfaceRenderResponseSPI in lumis.portal.serviceinterface
Classes in lumis.portal.serviceinterface that implement IServiceInterfaceRenderResponseSPI Modifier and Type Class Description class
BufferedServiceInterfaceRenderResponseSPI
Response wrapper used to capture HTML body for post-processing.class
ServiceInterfaceRenderResponseSPIWrapper
Provides a convenient implementation of the IServiceInterfaceRenderResponseSPI interface that can be subclassed by developers wishing to adapt the request to a Servlet.Methods in lumis.portal.serviceinterface that return IServiceInterfaceRenderResponseSPI Modifier and Type Method Description IServiceInterfaceRenderResponseSPI
ServiceInterfaceRenderResponseSPIWrapper. getResponse()
Returns the wrapped response.Methods in lumis.portal.serviceinterface with parameters of type IServiceInterfaceRenderResponseSPI Modifier and Type Method Description void
ServiceInterfaceRenderResponseSPIWrapper. setResponse(IServiceInterfaceRenderResponseSPI response)
Sets the wrapped response.Constructors in lumis.portal.serviceinterface with parameters of type IServiceInterfaceRenderResponseSPI Constructor Description BufferedServiceInterfaceRenderResponseSPI(IServiceInterfaceRenderResponseSPI response)
Default constructor -
Uses of IServiceInterfaceRenderResponseSPI in lumis.portal.serviceinterface.style
Methods in lumis.portal.serviceinterface.style with parameters of type IServiceInterfaceRenderResponseSPI Modifier and Type Method Description void
IStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
Transforms the output of a service interface.void
IStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, String xml)
Transforms the output of a service interface using the given XML. -
Uses of IServiceInterfaceRenderResponseSPI in lumis.portal.serviceinterface.style.impl.scripting
-
Uses of IServiceInterfaceRenderResponseSPI in lumis.portal.serviceinterface.style.impl.xsl
Methods in lumis.portal.serviceinterface.style.impl.xsl with parameters of type IServiceInterfaceRenderResponseSPI Modifier and Type Method Description void
XslStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
void
XslStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, String output)
-