uPortal 2.4.1
API Documentation

org.jasig.portal.layout.channels.locales
Class CSessionLocalesSelector

java.lang.Object
  extended byorg.jasig.portal.channels.BaseChannel
      extended byorg.jasig.portal.layout.channels.locales.CSessionLocalesSelector
All Implemented Interfaces:
IChannel

public class CSessionLocalesSelector
extends BaseChannel

Changes the locale preferences for the current session. Any changes made via this channel will not be persisted between sessions.

Version:
$Revision: 1.5 $
Author:
Shoji Kajita kajita@itc.nagoya-u.ac.jp, Ken Weiner, kweiner@unicon.net

Constructor Summary
CSessionLocalesSelector()
           
 
Method Summary
 void renderXML(org.xml.sax.ContentHandler out)
          Ask channel to render its content.
 
Methods inherited from class org.jasig.portal.channels.BaseChannel
getRuntimeProperties, receiveEvent, setRuntimeData, setStaticData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSessionLocalesSelector

public CSessionLocalesSelector()
Method Detail

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

uPortal 2.4.1
API Documentation