org.jasig.portal.channels.iccdemo
Class CViewer

java.lang.Object
  extended by org.jasig.portal.channels.BaseChannel
      extended by 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

Field Summary
 
Fields inherited from class org.jasig.portal.channels.BaseChannel
runtimeData, staticData
 
Constructor Summary
CViewer()
          Deprecated.  
 
Method Summary
 void renderXML(ContentHandler out)
          Deprecated. Ask channel to render its content.
 void setStaticData(ChannelStaticData sd)
          Deprecated. Passes ChannelStaticData to the channel.
 
Methods inherited from class org.jasig.portal.channels.BaseChannel
getRuntimeProperties, receiveEvent, setRuntimeData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CViewer

public CViewer()
Deprecated. 
Method Detail

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.