Uses of Interface
org.jasig.portal.ICacheable

Packages that use ICacheable
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.permissionsmanager   
org.jasig.portal.layout.dlm.channels.guide   
 

Uses of ICacheable in org.jasig.portal
 

Classes in org.jasig.portal that implement ICacheable
 class MultithreadedCacheableChannelAdapter
          Internal adapter for a multithreaded channel that is also cacheable.
 class MultithreadedCacheableCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also cacheable.
 class MultithreadedCacheableMimeResponseChannelAdapter
          Internal adapter for a multithreaded channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
 class MultithreadedCacheableMimeResponseCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
 class MultithreadedPrivilegedCacheableChannelAdapter
          Internal adapter for a multithreaded channel that is also both privileged and cacheable.
 class MultithreadedPrivilegedCacheableCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also both privileged and cacheable.
 class MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
           
 class MultithreadedPrivilegedCacheableMimeResponseChannelAdapter
          Internal adapter for a multithreaded privileged channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
 class MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter
          Internal adapter for a multithreaded privileged character channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
 

Uses of ICacheable in org.jasig.portal.channels
 

Classes in org.jasig.portal.channels that implement ICacheable
 class CError
          Deprecated. moved to org.jasig.portal.channels.error package.
 class CHeader
          This channel provides content for a page header.
 class CLogin
          Allows a user to login to the portal.
 class CSecureInfo
          CSecureInfo is designed to replace channel instances that are required to be rendered securely, yet the request does not warrant it.
 

Uses of ICacheable in org.jasig.portal.channels.groupsmanager
 

Classes in org.jasig.portal.channels.groupsmanager that implement ICacheable
 class CGroupsManagerServant
          CGroupsManagerServant is an IServant subclass of CGroupsManager This will allow other channels to delegate to CGroupsManager at runtime
 

Uses of ICacheable in org.jasig.portal.channels.permissionsmanager
 

Classes in org.jasig.portal.channels.permissionsmanager that implement ICacheable
 class CPermissionsManager
          CPermissionsManager allows graphical administration of permissions for all owners that have a representative implementation of IPermissible recorded in the table UPC_PERM_MGR
 class CPermissionsManagerServant
          CPermissionsManagerServant is an IServant subclass of CPermissionsManager This will allow other channels to delegate to CPermissionsManager at runtime Master channels should instantiate this channel with the following staticData parameter preset: prmOwners = IPermissible[] owners where owners is an array with a single element being an instance of the master's representative IPermissible class.
 

Uses of ICacheable in org.jasig.portal.layout.dlm.channels.guide
 

Classes in org.jasig.portal.layout.dlm.channels.guide that implement ICacheable
 class DlmIntroChannel
          A simple channel for introducing the capabilities of DLM in the portal.