|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.BaseChannel
org.jasig.portal.layout.channels.locales.CUserLocalesSelector
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.
Constructor Summary | |
CUserLocalesSelector()
|
Method Summary | |
void |
renderXML(org.xml.sax.ContentHandler out)
Ask channel to render its content. |
void |
setPortalControlStructures(PortalControlStructures pcs)
Passes portal control structure to the channel. |
void |
setRuntimeData(ChannelRuntimeData runtimeData)
Passes ChannelRuntimeData to the channel. |
Methods inherited from class org.jasig.portal.channels.BaseChannel |
getRuntimeProperties, receiveEvent, setStaticData |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CUserLocalesSelector()
Method Detail |
public void setPortalControlStructures(PortalControlStructures pcs) throws PortalException
IPrivileged
setPortalControlStructures
in interface IPrivileged
PortalException
PortalControlStructures
public void setRuntimeData(ChannelRuntimeData runtimeData) throws PortalException
IChannel
setRuntimeData
in interface IChannel
setRuntimeData
in class BaseChannel
PortalException
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
IChannel
renderXML
in interface IChannel
renderXML
in class BaseChannel
PortalException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |