org.jasig.portal.channels.iccdemo
Class CViewer
java.lang.Object
org.jasig.portal.channels.BaseChannel
org.jasig.portal.channels.iccdemo.CViewer
- All Implemented Interfaces:
- IChannel
Deprecated. All IChannel implementations should be migrated to portlets
@Deprecated
public class CViewer
- extends BaseChannel
This is a modified version of the CInlineFrame channel that uses inter-channel communications.
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko, Susan Bramhall
|
Constructor Summary |
CViewer()
Deprecated. |
CViewer
public CViewer()
- 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
renderXML
public void renderXML(ContentHandler out)
throws PortalException
- Deprecated.
- Description copied from interface:
IChannel
- Ask channel to render its content.
- Specified by:
renderXML in interface IChannel- Overrides:
renderXML in class BaseChannel
- Parameters:
out - the SAX ContentHandler to output content to
- Throws:
PortalException
Copyright © 2010 Jasig. All Rights Reserved.