Class Summary |
BaseChannel |
A base class from which channels implementing IChannel interface can be derived. |
BaseMultithreadedChannel |
A base class from which channels implementing IMultithreadedChannel interface can be derived. |
CApplet |
Displays an applet. |
CChannelManager |
CChannelManager is a Channel used to manage other Channels. |
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. |
CGenericXSLT |
A channel which transforms XML for rendering in the portal. |
CHeader |
This channel provides content for a page header. |
CImage |
A simple channel which renders an image along with an optional
caption and subcaption. |
CInlineFrame |
This channel renders content identified by a URL within an inline browser
frame. |
CLogin |
Allows a user to login to the portal. |
CNumberGuess |
A number guessing game which asks the user to enter a number within
a certain range as determined by this channel's parameters. |
CPersonAttributes |
This channel demonstrates the method of obtaining and displaying
standard uPortal person attributes. |
CSecureInfo |
CSecureInfo is designed to replace channel instances that are required
to be rendered securely, yet the request does not warrant it. |
CSelectSystemProfile |
CSelectSystemProfile channel allows to establish mapping from user-Agent to a system profile. |
CSnoop |
A channel which displays HTTP request and HTML header info. |