lumis.lptf.portal.serviceinterface
Interface IMockServiceInterfaceResponse
- All Superinterfaces:
- IServiceInterfaceResponse, IURLFactory, PortletResponse
- All Known Subinterfaces:
- IMockServiceInterfaceActionResponse, IMockServiceInterfaceRenderResponse
- All Known Implementing Classes:
- MockServiceInterfaceRenderResponse
@StableMinor(version="6.2",
sinceVersion="5.6")
public interface IMockServiceInterfaceResponse
- extends IServiceInterfaceResponse
Interface for a IServiceInterfaceResponse
mock object.
- Since:
- 5.6.0
getCookieMap
Map<String,Cookie> getCookieMap()
- Returns a map containing the cookies set in this response.
- Returns:
- the map with the cookies. The key is the cookie name and the
value is the cookie object.
- Since:
- 5.6.0
- See Also:
IServiceInterfaceResponse.addCookie(Cookie)
,
IServiceInterfaceResponse.deleteCookie(Cookie)
setNamespace
void setNamespace(String namespace)
- Sets the namespace string returned by
PortletResponse.getNamespace()
.
- Parameters:
namespace
- the namespace.- Since:
- 5.6.0
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.