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

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

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
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: 19776 $
Author:
Shoji Kajita kajita@itc.nagoya-u.ac.jp, Ken Weiner, kweiner@unicon.net

Field Summary
protected  String sslUri
          Deprecated.  
 
Fields inherited from class org.jasig.portal.channels.BaseChannel
log, runtimeData, staticData
 
Constructor Summary
CSessionLocalesSelector()
          Deprecated.  
 
Method Summary
 void renderXML(ContentHandler out)
          Deprecated. Ask channel to render its content.
 
Methods inherited from class org.jasig.portal.channels.BaseChannel
getRuntimeProperties, receiveEvent, setRuntimeData, setStaticData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sslUri

protected final String sslUri
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CSessionLocalesSelector

public CSessionLocalesSelector()
Deprecated. 
Method Detail

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.