Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceResponse
-
Packages that use IServiceInterfaceResponse Package Description lumis.collaboration.chat lumis.doui lumis.doui.service lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal.hyperlink Provides resolution from internal portal structure hyperlinks to the actual page URLs.lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.util -
-
Uses of IServiceInterfaceResponse in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IServiceInterfaceResponse Modifier and Type Class Description class
ChatServiceInterfaceResponse
Chat service interface forChatControllerXml
. -
Uses of IServiceInterfaceResponse in lumis.doui
Methods in lumis.doui that return IServiceInterfaceResponse Modifier and Type Method Description IServiceInterfaceResponse
DouiContext. getResponse()
Constructors in lumis.doui with parameters of type IServiceInterfaceResponse Constructor Description DouiContext(IServiceInterfaceRequest request, IServiceInterfaceResponse response, ITransaction transaction)
-
Uses of IServiceInterfaceResponse in lumis.doui.service
Methods in lumis.doui.service with parameters of type IServiceInterfaceResponse Modifier and Type Method Description protected DouiContext
DouiServiceInterface. getContext(IServiceInterfaceRequest request, IServiceInterfaceResponse response, ITransaction transaction)
Instantiate DouiContext with the current request and response. -
Uses of IServiceInterfaceResponse in lumis.lptf.portal.serviceinterface
Subinterfaces of IServiceInterfaceResponse in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceActionResponse
Interface for aIServiceInterfaceActionResponse
mock object.interface
IMockServiceInterfaceRenderResponse
Interface for aIServiceInterfaceRenderResponse
mock object.interface
IMockServiceInterfaceResponse
Interface for aIServiceInterfaceResponse
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceResponse Modifier and Type Class Description class
MockServiceInterfaceActionResponse
Implementation for IMockServiceInterfaceActionResponse interface.class
MockServiceInterfaceRenderResponse
Implementation for IMockServiceInterfaceRenderResponse interface. -
Uses of IServiceInterfaceResponse in lumis.portal.hyperlink
Constructors in lumis.portal.hyperlink with parameters of type IServiceInterfaceResponse Constructor Description HyperLinkConfig(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
Creates a newHyperLinkConfig
, with some properties initialized based on a service interface's request/response. -
Uses of IServiceInterfaceResponse in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceResponse Modifier and Type Class Description class
ServiceContainerActionResponse
class
ServiceContainerRenderResponse
class
ServiceContainerResponse
-
Uses of IServiceInterfaceResponse in lumis.portal.serviceinterface
Subinterfaces of IServiceInterfaceResponse in lumis.portal.serviceinterface Modifier and Type Interface Description interface
IServiceInterfaceActionResponse
interface
IServiceInterfaceActionResponseSPI
Service Interface Action Response SPIinterface
IServiceInterfaceRenderResponse
Service interface response for a render action.interface
IServiceInterfaceRenderResponseSPI
Interface that interfaces receive to get response information.interface
IServiceInterfaceResponseSPI
Interface that interfaces receive to indicate its response.Classes in lumis.portal.serviceinterface that implement IServiceInterfaceResponse 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 IServiceInterfaceResponse in lumis.util
Methods in lumis.util with parameters of type IServiceInterfaceResponse Modifier and Type Method Description static void
CookieUtil. addLumisUserCookies(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
Adds lumis user information cookies.static void
CookieUtil. deleteCookie(IServiceInterfaceRequest request, IServiceInterfaceResponse response, java.lang.String name)
Deletes the cookie if it exists in the request.static void
CookieUtil. deleteLumisStandardCookies(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
Delete lumis standard cookies.static void
CookieUtil. deleteLumisUserCookies(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
Delete lumis user information cookies.static void
CookieUtil. setCookie(IServiceInterfaceRequest request, IServiceInterfaceResponse response, java.lang.String name, java.lang.String value)
Sets a cookie value.
-