|
||||||||||
| 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
@Deprecated public class 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.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.channels.BaseChannel |
|---|
runtimeData, staticData |
| Fields inherited from interface org.jasig.portal.ICacheable |
|---|
CHANNEL_CACHE_KEY_INSTANCE_SCOPE, CHANNEL_CACHE_KEY_SCOPE_PARAM_NAME, CHANNEL_CACHE_KEY_SYSTEM_SCOPE |
| Constructor Summary | |
|---|---|
CHeader()
Deprecated. |
|
| Method Summary | |
|---|---|
ChannelCacheKey |
generateKey()
Deprecated. ICacheable method - generates cache key |
static String |
getDate(String format)
Deprecated. Gets the current date/time with specified format |
boolean |
isCacheValid(Object validity)
Deprecated. ICacheable method - checks validity of cache |
void |
renderXML(ContentHandler out)
Deprecated. Render method. |
| 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 |
| Constructor Detail |
|---|
public CHeader()
| Method Detail |
|---|
public static String getDate(String format)
format - the format string
public ChannelCacheKey generateKey()
generateKey in interface ICacheablepublic boolean isCacheValid(Object validity)
isCacheValid in interface ICacheablevalidity - the validity object
true if cache is still valid, otherwise false
public void renderXML(ContentHandler out)
throws PortalException
renderXML in interface IChannelrenderXML in class BaseChannelout - the content handler
PortalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||