lumis.portal.serviceinterface
Interface IServiceInterfaceResponse

Package class diagram package IServiceInterfaceResponse
All Superinterfaces:
IURLFactory, PortletResponse
All Known Subinterfaces:
IServiceInterfaceActionResponse, IServiceInterfaceRenderResponse
All Known Implementing Classes:
ServiceContainerActionResponse, ServiceContainerRenderResponse, ServiceContainerResponse

@StableMinor(version="5.5",
             sinceVersion="4.0")
public interface IServiceInterfaceResponse
extends PortletResponse, IURLFactory

Base interface for service interface responses.

Since:
4.0.0

Method Summary
 void addCookie(Cookie cookie)
           
 void deleteCookie(Cookie cookie)
           
 
Methods inherited from interface javax.portlet.PortletResponse
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty
 
Methods inherited from interface lumis.portal.url.IURLFactory
createActionURL, createPortalURL, createRenderURL
 

Method Detail

addCookie

void addCookie(Cookie cookie)
Parameters:
cookie -

deleteCookie

void deleteCookie(Cookie cookie)
Parameters:
cookie -


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.