|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.BaseChannel
@Deprecated public abstract class BaseChannel
A base class from which channels implementing IChannel interface can be derived. Use this only if you are familiar with IChannel interface.
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
Deprecated. A Commons Logging log instance which will log as the runtime class extending this BaseChannel. |
protected ChannelRuntimeData |
runtimeData
Deprecated. |
protected ChannelStaticData |
staticData
Deprecated. |
| Constructor Summary | |
|---|---|
BaseChannel()
Deprecated. |
|
| Method Summary | |
|---|---|
ChannelRuntimeProperties |
getRuntimeProperties()
Deprecated. Acquires ChannelRuntimeProperites from the channel. |
void |
receiveEvent(PortalEvent ev)
Deprecated. Passes an outside event to a channel. |
void |
renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
void |
setStaticData(ChannelStaticData sd)
Deprecated. Passes ChannelStaticData to the channel. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ChannelStaticData staticData
protected ChannelRuntimeData runtimeData
protected final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public BaseChannel()
| Method Detail |
|---|
public ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties in interface IChannelChannelRuntimePropertiespublic void receiveEvent(PortalEvent ev)
IChannel
receiveEvent in interface IChannelev - PortalEvent objectPortalEvent
public void setStaticData(ChannelStaticData sd)
throws PortalException
IChannel
setStaticData in interface IChannelsd - channel static data
PortalExceptionChannelStaticData
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
IChannel
setRuntimeData in interface IChannelrd - channel runtime data
PortalExceptionChannelRuntimeData
public void renderXML(ContentHandler out)
throws PortalException
IChannel
renderXML in interface IChannelout - the SAX ContentHandler to output content to
PortalExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||