lumis.portal.serviceinterface
Interface IServiceInterfaceResponse

Package class diagram package 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

Method Summary
 void addCookie(Cookie cookie)
           
 IServiceInterfaceUrl createActionURL()
           
 IServiceInterfaceUrl createRenderURL()
           
 void deleteCookie(Cookie cookie)
           
 
Methods inherited from interface javax.portlet.PortletResponse
addProperty, encodeURL, setProperty
 

Method Detail

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.