uPortal 2.4.1
API Documentation

org.jasig.portal
Interface IMultithreadedDirectResponse

All Known Implementing Classes:
CPortletAdapter

public interface IMultithreadedDirectResponse

An interface that a multithreaded 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(java.lang.String uid, javax.servlet.http.HttpServletResponse response)
          Sets the HttpServletResponse for the channel to use.
 

Method Detail

setResponse

public void setResponse(java.lang.String uid,
                        javax.servlet.http.HttpServletResponse response)
Sets the HttpServletResponse for the channel to use.

Parameters:
uid - The unique ID of the channel
response - The HttpServletResponse for the channel to use.

uPortal 2.4.1
API Documentation