org.jasig.portal.layout.channels.sitemap
Class CSiteMap
java.lang.Object
org.jasig.portal.channels.BaseChannel
org.jasig.portal.layout.channels.sitemap.CSiteMap
- All Implemented Interfaces:
- IChannel, IPrivileged
Deprecated. All IChannel implementations should be migrated to portlets
@Deprecated
public class CSiteMap
- extends BaseChannel
- implements IPrivileged
Site map that shows you, at a glance, what channels are in your layout.
- Version:
- $Revision: 19776 $
- Author:
- Ken Weiner, kweiner@unicon.net
|
Constructor Summary |
CSiteMap()
Deprecated. |
CSiteMap
public CSiteMap()
- Deprecated.
setPortalControlStructures
public void setPortalControlStructures(PortalControlStructures pcs)
throws PortalException
- Deprecated.
- Description copied from interface:
IPrivileged
- Passes portal control structure to the channel.
- Specified by:
setPortalControlStructures in interface IPrivileged
- Throws:
PortalException- See Also:
PortalControlStructures
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.