lumis.portal.serviceinterface
Interface IServiceInterfaceResponse
- All Superinterfaces:
- PortletResponse
- All Known Subinterfaces:
- IServiceInterfaceActionResponse, IServiceInterfaceRenderResponse
- All Known Implementing Classes:
- ServiceContainerActionResponse, ServiceContainerRenderResponse, ServiceContainerResponse
@StableMinor(version="4.1",
sinceVersion="4.0")
public interface IServiceInterfaceResponse
- extends PortletResponse
Base interface for service interface responses.
- Since:
- 4.0.0
addCookie
void addCookie(Cookie cookie)
- Parameters:
cookie
-
deleteCookie
void deleteCookie(Cookie cookie)
- Parameters:
cookie
-
createActionURL
IServiceInterfaceUrl createActionURL()
createRenderURL
IServiceInterfaceUrl createRenderURL()
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.