org.jasig.portal.channels.iccdemo
Class CHistory
java.lang.Object
org.jasig.portal.channels.BaseChannel
org.jasig.portal.channels.iccdemo.CHistory
- All Implemented Interfaces:
- IChannel
Deprecated. All IChannel implementations should be migrated to portlets
@Deprecated
public class CHistory
- extends BaseChannel
A channel showing a list of history URLs, as a part of the inter-channel communication demo.
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko pkharchenko@interactivebusiness.com"
|
Constructor Summary |
CHistory()
Deprecated. |
CHistory
public CHistory()
- Deprecated.
setStaticData
public void setStaticData(ChannelStaticData sd)
throws PortalException
- Deprecated.
- Description copied from interface:
IChannel
- Passes ChannelStaticData to the channel.
This is done during channel instantiation time.
see org.jasig.portal.ChannelStaticData
- Specified by:
setStaticData in interface IChannel- Overrides:
setStaticData in class BaseChannel
- Parameters:
sd - channel static data
- Throws:
PortalException- See Also:
ChannelStaticData
setRuntimeData
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
- Deprecated.
- Description copied from interface:
IChannel
- Passes ChannelRuntimeData to the channel.
This function is called prior to the renderXML() call.
- Specified by:
setRuntimeData in interface IChannel- Overrides:
setRuntimeData in class BaseChannel
- Parameters:
rd - channel runtime data
- Throws:
PortalException- See Also:
ChannelRuntimeData
renderXML
public void renderXML(ContentHandler out)
throws PortalException
- Deprecated.
- Render method.
- Specified by:
renderXML in interface IChannel- Overrides:
renderXML in class BaseChannel
- Parameters:
out - the content handler
- Throws:
PortalException
Copyright © 2010 Jasig. All Rights Reserved.