org.jasig.portal.layout.channels.locales
Class CUserLocalesSelector
java.lang.Object
org.jasig.portal.channels.BaseChannel
org.jasig.portal.layout.channels.locales.CUserLocalesSelector
- All Implemented Interfaces:
- IChannel, IPrivileged
Deprecated. All IChannel implementations should be migrated to portlets
@Deprecated
public class CUserLocalesSelector
- extends BaseChannel
- implements IPrivileged
Lets a user select his/her locale preference. The UI, for now, is
limited. The user can only select one locale choice. The underlying
APIs and data structures actually allow an "ordering" of locales, so
this channel can be enhanced to allow the user to sort a list of locales.
- Version:
- $Revision: 19776 $
- Author:
- Ken Weiner, kweiner@unicon.net
CUserLocalesSelector
public CUserLocalesSelector()
- 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
setRuntimeData
public void setRuntimeData(ChannelRuntimeData runtimeData)
throws PortalException
- Deprecated.
- 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:
runtimeData - channel runtime data
- Throws:
PortalException- See Also:
ChannelRuntimeData
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.