|
||||||||||
| 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
@Deprecated public class 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.
| Field Summary | |
|---|---|
protected String |
str_channelSubscribeId
Deprecated. |
protected IChannel |
the_channel
Deprecated. |
| Fields inherited from class org.jasig.portal.channels.BaseChannel |
|---|
log, 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 | |
|---|---|
CSecureInfo()
Deprecated. |
|
CSecureInfo(String channelSubscribeId,
IChannel channelInstance)
Deprecated. |
|
| Method Summary | |
|---|---|
ChannelCacheKey |
generateKey()
Deprecated. Requests the channel to generate a key uniquely describing its current state, and a description of key usage. |
boolean |
isCacheValid(Object validity)
Deprecated. Requests the channel to verify validity of the retrieved cache based on the validator object. |
void |
receiveEvent(PortalEvent ev)
Deprecated. Passes an outside event to a channel. |
void |
renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
setPortalControlStructures(PortalControlStructures pcs)
Deprecated. Passes portal control structure to the channel. |
| Methods inherited from class org.jasig.portal.channels.BaseChannel |
|---|
getRuntimeProperties, setRuntimeData, setStaticData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jasig.portal.IChannel |
|---|
getRuntimeProperties, setRuntimeData, setStaticData |
| Field Detail |
|---|
protected String str_channelSubscribeId
protected IChannel the_channel
| Constructor Detail |
|---|
public CSecureInfo()
public CSecureInfo(String channelSubscribeId,
IChannel channelInstance)
| Method Detail |
|---|
public void setPortalControlStructures(PortalControlStructures pcs)
IPrivileged
setPortalControlStructures in interface IPrivilegedPortalControlStructurespublic void receiveEvent(PortalEvent ev)
IChannel
receiveEvent in interface IChannelreceiveEvent in class BaseChannelev - PortalEvent objectPortalEventpublic void renderXML(ContentHandler out)
IChannel
renderXML in interface IChannelrenderXML in class BaseChannelout - the SAX ContentHandler to output content topublic ChannelCacheKey generateKey()
ICacheable
generateKey in interface ICacheablepublic boolean isCacheValid(Object validity)
ICacheable
isCacheValid in interface ICacheable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||