Uses of Class
org.jasig.portal.channels.BaseChannel

Packages that use BaseChannel
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.error   
org.jasig.portal.channels.iccdemo   
org.jasig.portal.layout.alm.channels   
org.jasig.portal.layout.channels   
org.jasig.portal.layout.channels.locales   
org.jasig.portal.layout.channels.sitemap   
org.jasig.portal.layout.dlm.channels.guide   
 

Uses of BaseChannel in org.jasig.portal
 

Subclasses of BaseChannel in org.jasig.portal
 class StandaloneChannelRenderer
          StandaloneChannelRenderer is meant to be used as a base class for channels that might be rendered outside of the standard user-layout driven scheme.
 

Uses of BaseChannel in org.jasig.portal.channels
 

Subclasses of BaseChannel in org.jasig.portal.channels
 class CChannelManager
          CChannelManager is a Channel used to manage other Channels.
 class CHeader
          This channel provides content for a page header.
 class CSecureInfo
          CSecureInfo is designed to replace channel instances that are required to be rendered securely, yet the request does not warrant it.
 class CSelectSystemProfile
          CSelectSystemProfile channel allows to establish mapping from user-Agent to a system profile.
 

Uses of BaseChannel in org.jasig.portal.channels.error
 

Subclasses of BaseChannel in org.jasig.portal.channels.error
 class CError
          CError is the error channel, also known as the null channel; it is designed to render in place of other channels when something goes wrong.
 

Uses of BaseChannel in org.jasig.portal.channels.iccdemo
 

Subclasses of BaseChannel in org.jasig.portal.channels.iccdemo
 class CHistory
          A channel showing a list of history URLs, as a part of the inter-channel communication demo.
 class CURLSelector
          A url selector channel (part of the Inter-channel communication demo).
 class CViewer
          This is a modified version of the CInlineFrame channel that uses inter-channel communications.
 

Uses of BaseChannel in org.jasig.portal.layout.alm.channels
 

Subclasses of BaseChannel in org.jasig.portal.layout.alm.channels
 class CContentSubscriber
          A channel for adding new content to a layout.
 class CFragmentManager
          A channel for adding new content to a layout.
 class FragmentManager
          An abstract class containing the basic business-logic and components for CFragmentManager and CContentSubscriber.
 

Uses of BaseChannel in org.jasig.portal.layout.channels
 

Subclasses of BaseChannel in org.jasig.portal.layout.channels
 class CSkinSelector
          A channel for selecting skins.
 

Uses of BaseChannel in org.jasig.portal.layout.channels.locales
 

Subclasses of BaseChannel in org.jasig.portal.layout.channels.locales
 class CSessionLocalesSelector
          Changes the locale preferences for the current session.
 class CUserLocalesSelector
          Lets a user select his/her locale preference.
 

Uses of BaseChannel in org.jasig.portal.layout.channels.sitemap
 

Subclasses of BaseChannel in org.jasig.portal.layout.channels.sitemap
 class CSiteMap
          Site map that shows you, at a glance, what channels are in your layout.
 

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

Subclasses of BaseChannel in org.jasig.portal.layout.dlm.channels.guide
 class DlmIntroChannel
          A simple channel for introducing the capabilities of DLM in the portal.