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.2 $
- Author:
- Eric Dalquist edalquist@unicon.net
Method Summary |
void |
setResponse(javax.servlet.http.HttpServletResponse response)
Sets the HttpServletResponse for the channel to use. |
setResponse
void setResponse(javax.servlet.http.HttpServletResponse response)
- Sets the HttpServletResponse for the channel to use.
- Parameters:
response
- The HttpServletResponse for the channel to use.