|
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.CSecureInfo
CSecureInfo is designed to replace channel instances that are required to be rendered securely, yet the request does not warrant it.
CSecureInfo provides information in place of the actual channel content as it relates to rendering channels that are tagged as secure.
The channel is modeled after CError and borrows code from it liberally.
Constructor Summary | |
CSecureInfo()
|
|
CSecureInfo(java.lang.String channelSubscribeId,
IChannel channelInstance)
|
Method Summary | |
ChannelCacheKey |
generateKey()
Requests the channel to generate a key uniqly describing it's current state, and a description of key usage. |
boolean |
isCacheValid(java.lang.Object validity)
Requests the channel to verify validity of the retreived cache based on the validator object. |
void |
renderXML(org.xml.sax.ContentHandler out)
Ask channel to render its content. |
void |
setPortalControlStructures(PortalControlStructures pcs)
Passes portal control structure to the channel. |
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 |
Methods inherited from interface org.jasig.portal.IChannel |
getRuntimeProperties, receiveEvent, setRuntimeData, setStaticData |
Constructor Detail |
public CSecureInfo()
public CSecureInfo(java.lang.String channelSubscribeId, IChannel channelInstance)
Method Detail |
public void setPortalControlStructures(PortalControlStructures pcs)
IPrivileged
setPortalControlStructures
in interface IPrivileged
PortalControlStructures
public void renderXML(org.xml.sax.ContentHandler out)
IChannel
renderXML
in interface IChannel
renderXML
in class BaseChannel
public ChannelCacheKey generateKey()
ICacheable
generateKey
in interface ICacheable
public boolean isCacheValid(java.lang.Object validity)
ICacheable
isCacheValid
in interface ICacheable
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |