org.jasig.portal
Class MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
java.lang.Object
org.jasig.portal.MultithreadedCharacterChannelAdapter
org.jasig.portal.MultithreadedCacheableCharacterChannelAdapter
org.jasig.portal.MultithreadedPrivilegedCacheableCharacterChannelAdapter
org.jasig.portal.MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
- All Implemented Interfaces:
- ICacheable, IChannel, ICharacterChannel, IDirectResponse, IPrivileged, IPrivilegedChannel
Deprecated. All IChannel implementations should be migrated to portlets
@Deprecated
public class MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
- extends MultithreadedPrivilegedCacheableCharacterChannelAdapter
- implements IDirectResponse
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist edalquist@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
public MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel,
String uid)
throws PortalException
- Deprecated.
- Throws:
PortalException
setResponse
public void setResponse(HttpServletResponse response)
- Deprecated.
- Description copied from interface:
IDirectResponse
- Sets the HttpServletResponse for the channel to use.
- Specified by:
setResponse in interface IDirectResponse
- Parameters:
response - The HttpServletResponse for the channel to use.- See Also:
IMultithreadedDirectResponse.setResponse(String, javax.servlet.http.HttpServletResponse)
Copyright © 2010 Jasig. All Rights Reserved.