Uses of Interface
org.jasig.portal.IMultithreadedChannel

Packages that use IMultithreadedChannel
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.portlet   
org.jasig.portal.channels.webproxy   
 

Uses of IMultithreadedChannel in org.jasig.portal
 

Subinterfaces of IMultithreadedChannel in org.jasig.portal
 interface IMultithreadedCharacterChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
 

Fields in org.jasig.portal declared as IMultithreadedChannel
(package private)  IMultithreadedChannel MultithreadedChannelAdapter.channel
           
 

Constructors in org.jasig.portal with parameters of type IMultithreadedChannel
MultithreadedCacheableChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
MultithreadedCacheableMimeResponseChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
MultithreadedChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
MultithreadedMimeResponseChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedCacheableChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedCacheableMimeResponseChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
MultithreadedPrivilegedMimeResponseChannelAdapter(IMultithreadedChannel channel, java.lang.String uid)
           
 

Uses of IMultithreadedChannel in org.jasig.portal.channels
 

Classes in org.jasig.portal.channels that implement IMultithreadedChannel
 class BaseMultithreadedChannel
          A base class from which channels implementing IMultithreadedChannel interface can be derived.
 class CApplet
          Displays an applet.
 class CGenericXSLT
          A channel which transforms XML for rendering in the portal.
 class CImage
          A simple channel which renders an image along with an optional caption and subcaption.
 class CInlineFrame
          This channel renders content identified by a URL within an inline browser frame.
 class CPersonAttributes
          This channel demonstrates the method of obtaining and displaying standard uPortal person attributes.
 

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

Classes in org.jasig.portal.channels.groupsmanager that implement IMultithreadedChannel
 class CGroupsManager
          CGroupsManager allows users to graphically administer all groups for which user has administrtaive permissions.
 

Fields in org.jasig.portal.channels.groupsmanager declared as IMultithreadedChannel
(package private)  IMultithreadedChannel CGroupsManagerServant.channel
           
 

Constructors in org.jasig.portal.channels.groupsmanager with parameters of type IMultithreadedChannel
CGroupsManagerServant(IMultithreadedChannel channel, java.lang.String uid)
          put your documentation comment here
 

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

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

Uses of IMultithreadedChannel in org.jasig.portal.channels.webproxy
 

Classes in org.jasig.portal.channels.webproxy that implement IMultithreadedChannel
 class CWebProxy
          A channel which transforms and interacts with dynamic XML or HTML.