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