org.jasig.portal.channels |
|
Java Source File Name | Type | Comment |
BaseChannel.java | Class | A base class from which channels implementing IChannel interface can be derived. |
BaseMultithreadedChannel.java | Class | A base class from which channels implementing IMultithreadedChannel interface can be derived. |
CAbstractXslt.java | Class | CAbstractXslt is an abstract IChannel which implements the
boilerplate of applying a parameterized XSLT to an XML to render the channel
output. |
CAbstractXsltTest.java | Class | Testcase for CGenericXSLT. |
CApplet.java | Class | Displays an applet. |
CChannelManager.java | Class | CChannelManager is a Channel used to manage other Channels. |
CError.java | Class | Deprecated legacy stub channel. |
CGenericXSLT.java | Class | A channel which transforms XML for rendering in the portal.
Static channel parameters to be supplied:
- "xmlUri" - a URI representing the source XML document
- "sslUri" - a URI representing the corresponding .ssl (stylesheet list) file
- "xslTitle" - a title representing the stylesheet (optional)
If no title parameter is specified, a default
stylesheet will be chosen according to the media
- "xslUri" - a URI representing the stylesheet to use
If
xslUri is supplied, sslUri
and xslTitle will be ignored.
- "cacheTimeout" - the amount of time (in seconds) that the contents of the
channel should be cached (optional).
|
CHeader.java | Class | This channel provides content for a page header. |
CImage.java | Class | |
CInlineFrame.java | Class | This channel renders content identified by a URL within an inline browser
frame. |
CLogin.java | Class | Allows a user to login to the portal. |
CNumberGuess.java | Class | |
CPersonAttributes.java | Class | This channel demonstrates the method of obtaining and displaying
standard uPortal person attributes. |
CSecureInfo.java | Class | CSecureInfo is designed to replace channel instances that are required
to be rendered securely, yet the request does not warrant it. |
CSecureInfoTest.java | Class | Testcase for CSecureInfo. |
CSelectSystemProfile.java | Class | CSelectSystemProfile channel allows to establish mapping from user-Agent to a system profile.
This channel is meant to be used by a guest user only. |
CSnoop.java | Class | A channel which displays HTTP request and HTML header info. |
CSyndFeed.java | Class | A channel which renders news feeds in the portal.
Static channel parameters to be supplied:
1) "xmlUri" - URI representing the news feed. |
CTimeTitle.java | Class | An example channel that includes the current time in its dynamically generated title. |
EventRecordingChannel.java | Class | Mock channel implementation which exists to record
the events it receives. |
SaferHTMLHandler.java | Class | ContentHandler that will produce a document that only includes
a white listed list of elements, attributes and URL schemes. |