org.jasig.portal
Interface IDirectResponse

All Known Subinterfaces:
IPortletAdaptor
All Known Implementing Classes:
Channel, CSpringPortletAdaptor, MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter, ServantChannel

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public interface IDirectResponse

An interface that a channel that wants to have direct access to the HttpServletResponse object must implement.

Version:
$Revision: 19776 $
Author:
Eric Dalquist edalquist@unicon.net

Method Summary
 void setResponse(HttpServletResponse response)
          Deprecated. Sets the HttpServletResponse for the channel to use.
 

Method Detail

setResponse

void setResponse(HttpServletResponse response)
                 throws PortalException
Deprecated. 
Sets the HttpServletResponse for the channel to use.

Parameters:
response - The HttpServletResponse for the channel to use.
Throws:
PortalException


Copyright © 2010 Jasig. All Rights Reserved.