|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.error.CThrower
public final class CThrower
A channel which exists to throw a deeply nested exception at render time, in order to give CError a chance to demonstrate its presentation of nested throwables.
Field Summary | |
---|---|
private org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
CThrower()
Do-nothing constructor |
Method Summary | |
---|---|
ChannelRuntimeProperties |
getRuntimeProperties()
Acquires ChannelRuntimeProperties from the channel. |
void |
receiveEvent(PortalEvent ev)
Passes an outside event to a channel. |
void |
renderXML(org.xml.sax.ContentHandler out)
Ask channel to render its content. |
void |
setRuntimeData(ChannelRuntimeData rd)
Passes ChannelRuntimeData to the channel. |
void |
setStaticData(ChannelStaticData sd)
Passes ChannelStaticData to the channel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final org.apache.commons.logging.Log log
Constructor Detail |
---|
public CThrower()
Method Detail |
---|
public ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties
in interface IChannel
ChannelRuntimeProperties
public void receiveEvent(PortalEvent ev)
IChannel
receiveEvent
in interface IChannel
ev
- PortalEvent objectPortalEvent
public void setStaticData(ChannelStaticData sd)
IChannel
setStaticData
in interface IChannel
sd
- channel static dataChannelStaticData
public void setRuntimeData(ChannelRuntimeData rd)
IChannel
setRuntimeData
in interface IChannel
rd
- channel runtime dataChannelRuntimeData
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
IChannel
renderXML
in interface IChannel
out
- the SAX ContentHandler to output content to
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |