|
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. |
| CAbstractXslt |
CAbstractXslt is an abstract IChannel which implements the
boilerplate of applying a parameterized XSLT to an XML to render the channel
output. |
| CApplet |
Displays an applet. |
| CChannelManager |
CChannelManager is a Channel used to manage other Channels. |
| CError |
Deprecated. moved to org.jasig.portal.channels.error package. |
| 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. |
| CTimeTitle |
An example channel that includes the current time in its dynamically generated title. |