|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.ChannelRuntimeProperties
org.jasig.portal.channels.support.TitledChannelRuntimeProperties
public final class TitledChannelRuntimeProperties
Field Summary | |
---|---|
private java.lang.String |
channelTitle
Title of the channel. |
Fields inherited from class org.jasig.portal.ChannelRuntimeProperties |
---|
log |
Constructor Summary | |
---|---|
TitledChannelRuntimeProperties(java.lang.String desiredTitle)
TitledChannelRuntimeProperties requires that the desired channel title be provided at instantiation. |
Method Summary | |
---|---|
java.lang.String |
getChannelTitle()
Get the desired channel title. |
Methods inherited from class org.jasig.portal.ChannelRuntimeProperties |
---|
setWillRender, willRender |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String channelTitle
Constructor Detail |
---|
public TitledChannelRuntimeProperties(java.lang.String desiredTitle)
desiredTitle
- desired channel title, or null if no preferenceMethod Detail |
---|
public java.lang.String getChannelTitle()
IChannelTitle
null
indicates that the channel is not specifying
a dynamic title and will leave it up to "the uPortal framework" to
provide a title for the channel.
Currently, the fallback behavior is to behave as if the channel hadn't provided an IDynamicChannelTitle at all and use the title specified at channel publication.
getChannelTitle
in interface IChannelTitle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |