uPortal 2.4.1
API Documentation

org.jasig.portal
Class MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter

java.lang.Object
  extended byorg.jasig.portal.MultithreadedCharacterChannelAdapter
      extended byorg.jasig.portal.MultithreadedCacheableCharacterChannelAdapter
          extended byorg.jasig.portal.MultithreadedCacheableMimeResponseCharacterChannelAdapter
              extended byorg.jasig.portal.MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter
All Implemented Interfaces:
ICacheable, IChannel, ICharacterChannel, IMimeResponse, IPrivileged, IPrivilegedChannel

public class MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter
extends MultithreadedCacheableMimeResponseCharacterChannelAdapter
implements IPrivilegedChannel

Internal adapter for a multithreaded privileged character channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)

Version:
$Revision: 1.6 $
Author:
Nick Bolton
See Also:
MultithreadedPrivilegedCacheableChannelAdapter

Constructor Summary
MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
 
Method Summary
 void setPortalControlStructures(PortalControlStructures pcs)
          Passes portal control structure to the channel.
 
Methods inherited from class org.jasig.portal.MultithreadedCacheableMimeResponseCharacterChannelAdapter
downloadData, getContentType, getHeaders, getInputStream, getName, reportDownloadError
 
Methods inherited from class org.jasig.portal.MultithreadedCacheableCharacterChannelAdapter
generateKey, isCacheValid
 
Methods inherited from class org.jasig.portal.MultithreadedCharacterChannelAdapter
getRuntimeProperties, receiveEvent, renderCharacters, renderXML, setRuntimeData, setStaticData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.IChannel
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData
 

Constructor Detail

MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter

public MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel,
                                                                           java.lang.String uid)
                                                                    throws PortalException
Method Detail

setPortalControlStructures

public void setPortalControlStructures(PortalControlStructures pcs)
                                throws PortalException
Description copied from interface: IPrivileged
Passes portal control structure to the channel.

Specified by:
setPortalControlStructures in interface IPrivileged
Throws:
PortalException
See Also:
PortalControlStructures

uPortal 2.4.1
API Documentation