| org.jasig.portal.IMultithreadedDirectResponse
IMultithreadedDirectResponse | public interface IMultithreadedDirectResponse (Code) | | An interface that a multithreaded channel that wants to
have direct access to the HttpServletResponse object must implement.
author: Eric Dalquist edalquist@unicon.net version: $Revision: 36379 $ |
setResponse | public void setResponse(String uid, HttpServletResponse response)(Code) | | Sets the HttpServletResponse for the channel to use.
Parameters: uid - The unique ID of the channel Parameters: response - The HttpServletResponse for the channel to use. |
|
|