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 |
Modifier and Type | Class and Description |
---|---|
class |
ChatServiceInterfaceResponse
Chat service interface for
ChatControllerXml . |
Modifier and Type | Method and Description |
---|---|
IServiceInterfaceResponse |
DouiContext.getResponse() |
Constructor and Description |
---|
DouiContext(IServiceInterfaceRequest request,
IServiceInterfaceResponse response,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected DouiContext |
DouiServiceInterface.getContext(IServiceInterfaceRequest request,
IServiceInterfaceResponse response,
ITransaction transaction)
Instantiate DouiContext with the current request and response.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMockServiceInterfaceActionResponse
Interface for a
IServiceInterfaceActionResponse mock object. |
interface |
IMockServiceInterfaceRenderResponse
Interface for a
IServiceInterfaceRenderResponse mock object. |
interface |
IMockServiceInterfaceResponse
Interface for a
IServiceInterfaceResponse mock object. |
Modifier and Type | Class and Description |
---|---|
class |
MockServiceInterfaceActionResponse
Implementation for IMockServiceInterfaceActionResponse interface.
|
class |
MockServiceInterfaceRenderResponse
Implementation for IMockServiceInterfaceRenderResponse interface.
|
Constructor and Description |
---|
HyperLinkConfig(IServiceInterfaceRequest request,
IServiceInterfaceResponse response)
Creates a new
HyperLinkConfig , with some properties
initialized based on a service interface's request/response. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceContainerActionResponse |
class |
ServiceContainerRenderResponse |
class |
ServiceContainerResponse |
Modifier and Type | Interface and Description |
---|---|
interface |
IServiceInterfaceActionResponse |
interface |
IServiceInterfaceActionResponseSPI
Service Interface Action Response SPI
|
interface |
IServiceInterfaceRenderResponse
Service interface response for a render action.
|
interface |
IServiceInterfaceRenderResponseSPI
Interface that interfaces receive to get response information.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
CookieUtil.addLumisUserCookies(IServiceInterfaceRequest request,
IServiceInterfaceResponse response)
Adds lumis user information cookies.
|
static void |
CookieUtil.deleteCookie(IServiceInterfaceRequest request,
IServiceInterfaceResponse response,
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,
String name,
String value)
Sets a cookie value.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.