uPortal 2.4.1
API Documentation

org.jasig.portal
Interface IDirectResponse

All Known Implementing Classes:
MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter

public interface IDirectResponse

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

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

Method Summary
 void setResponse(javax.servlet.http.HttpServletResponse response)
          Sets the HttpServletResponse for the channel to use.
 

Method Detail

setResponse

public void setResponse(javax.servlet.http.HttpServletResponse response)
Sets the HttpServletResponse for the channel to use.

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

uPortal 2.4.1
API Documentation