|
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.channels.CHeader
This channel provides content for a page header. It is indended to be included in a layout folder of type "header". Most stylesheets will render the content of such header channels consistently on every page.
Constructor Summary | |
CHeader()
|
Method Summary | |
ChannelCacheKey |
generateKey()
ICacheable method - generates cache key |
static java.lang.String |
getDate(java.lang.String format)
Gets the current date/time with specified format |
boolean |
isCacheValid(java.lang.Object validity)
ICacheable method - checks validity of cache |
void |
renderXML(org.xml.sax.ContentHandler out)
Render method. |
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 |
public CHeader()
Method Detail |
public static java.lang.String getDate(java.lang.String format)
format
- the format string
public ChannelCacheKey generateKey()
generateKey
in interface ICacheable
public boolean isCacheValid(java.lang.Object validity)
isCacheValid
in interface ICacheable
validity
- the validity object
true
if cache is still valid, otherwise false
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
renderXML
in interface IChannel
renderXML
in class BaseChannel
out
- the content handler
PortalException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |