org.jasig.portal.channels
Class CSelectSystemProfile
java.lang.Object
org.jasig.portal.channels.BaseChannel
org.jasig.portal.StandaloneChannelRenderer
org.jasig.portal.channels.CSelectSystemProfile
- All Implemented Interfaces:
- IChannel
public class CSelectSystemProfile
- extends StandaloneChannelRenderer
CSelectSystemProfile channel allows to establish mapping from user-Agent to a system profile.
This channel is meant to be used by a guest user only. Logged in users are expected to use
CUserPreferences profile management screens to achieve the establish user-Agent mappings.
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko, peterk@interactivebusiness.com
CSelectSystemProfile
public CSelectSystemProfile()
setRuntimeData
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
- 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
getSystemProfileList
protected Hashtable getSystemProfileList()
throws PortalException
- Throws:
PortalException
renderXML
public void renderXML(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
- Parameters:
out - the SAX ContentHandler to output content to
- Throws:
PortalException
Copyright © 2010 Jasig. All Rights Reserved.