org.jasig.portal.layout.channels
Class CContentSubscriber
java.lang.Object
org.jasig.portal.channels.BaseChannel
org.jasig.portal.layout.channels.FragmentManager
org.jasig.portal.layout.channels.CContentSubscriber
- All Implemented Interfaces:
- IChannel, IPrivileged
- public class CContentSubscriber
- extends FragmentManager
A channel for adding new content to a layout.
- Version:
- $Revision: 1.25.2.2 $
- Author:
- Michael Ivanov, mvi@immagic.com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CContentSubscriber
public CContentSubscriber()
initRegistry
public void initRegistry()
throws PortalException
- Throws:
PortalException
setPortalControlStructures
public void setPortalControlStructures(PortalControlStructures pcs)
throws PortalException
- Passes portal control structure to the channel.
- Specified by:
setPortalControlStructures
in interface IPrivileged
- Overrides:
setPortalControlStructures
in class FragmentManager
- Throws:
PortalException
- See Also:
PortalControlStructures
renderXML
public void renderXML(org.xml.sax.ContentHandler out)
throws PortalException
- Description copied from interface:
IChannel
- Ask channel to render its content.
- Specified by:
renderXML
in interface IChannel
- Overrides:
renderXML
in class BaseChannel
- Throws:
PortalException