Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceBaseRenderResponse
-
Packages that use IServiceInterfaceBaseRenderResponse 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.serviceinterfaceinstance -
-
Uses of IServiceInterfaceBaseRenderResponse in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IServiceInterfaceBaseRenderResponse Modifier and Type Class Description class
ChatServiceInterfaceResponse
Chat service interface forChatControllerXml
. -
Uses of IServiceInterfaceBaseRenderResponse in lumis.lptf.portal.serviceinterface
Subinterfaces of IServiceInterfaceBaseRenderResponse in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceRenderResponse
Interface for aIServiceInterfaceRenderResponse
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceBaseRenderResponse Modifier and Type Class Description class
MockServiceInterfaceRenderResponse
Implementation for IMockServiceInterfaceRenderResponse interface.class
MockServiceInterfaceRenderResultResponse
Mock implementation forIServiceInterfaceRenderResultResponse
. -
Uses of IServiceInterfaceBaseRenderResponse in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceBaseRenderResponse Modifier and Type Class Description class
ServiceContainerRenderResponse
-
Uses of IServiceInterfaceBaseRenderResponse in lumis.portal.serviceinterface
Subinterfaces of IServiceInterfaceBaseRenderResponse in lumis.portal.serviceinterface Modifier and Type Interface Description interface
IServiceInterfaceRenderResponse
Service interface response for a render action.interface
IServiceInterfaceRenderResponseSPI
Interface that interfaces receive to get response information.interface
IServiceInterfaceRenderResultResponse
Response of a render action of a given interface instance.Classes in lumis.portal.serviceinterface that implement IServiceInterfaceBaseRenderResponse 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. -
Uses of IServiceInterfaceBaseRenderResponse in lumis.portal.serviceinterfaceinstance
Classes in lumis.portal.serviceinterfaceinstance that implement IServiceInterfaceBaseRenderResponse Modifier and Type Class Description class
ServiceInterfaceRenderResultResponse
A delegate to aServiceContainerRenderResponse
that stores the rendered string to support returning and changing it.
-