Uses of Interface
org.jasig.portal.IMultithreadedCharacterChannel

Packages that use IMultithreadedCharacterChannel
org.jasig.portal   
org.jasig.portal.channels.portlet   
 

Uses of IMultithreadedCharacterChannel in org.jasig.portal
 

Fields in org.jasig.portal declared as IMultithreadedCharacterChannel
(package private)  IMultithreadedCharacterChannel MultithreadedCharacterChannelAdapter.channel
           
 

Constructors in org.jasig.portal with parameters of type IMultithreadedCharacterChannel
MultithreadedCacheableCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedCacheableMimeResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedMimeResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedCacheableCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedMimeResponseCharacterChannelAdapter(IMultithreadedCharacterChannel channel, java.lang.String uid)
           
 

Uses of IMultithreadedCharacterChannel in org.jasig.portal.channels.portlet
 

Classes in org.jasig.portal.channels.portlet that implement IMultithreadedCharacterChannel
 class CPortletAdapter
          A JSR 168 Portlet adapter that presents a portlet through the uPortal channel interface.