|
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.CSnoop
A channel which displays HTTP request and HTML header info. This channel implements IPrivilegedChannel rather than IChannel because it needs access to the HttpServletRequest object.
This channel was partially developed at Columbia University as an exercise.
Constructor Summary | |
CSnoop()
No-argument constructor for CSnoop. |
Method Summary | |
ChannelRuntimeProperties |
getRuntimeProperties()
Returns channel runtime properties. |
void |
receiveEvent(PortalEvent ev)
Processes layout-level events coming from the portal |
void |
renderXML(org.xml.sax.ContentHandler out)
Output channel content to the portal |
void |
setPortalControlStructures(PortalControlStructures pcs)
Sends portal control structures to the portal, i.e. |
void |
setRuntimeData(ChannelRuntimeData rd)
Receives channel runtime data from the portal and processes actions passed to it. |
void |
setStaticData(ChannelStaticData sd)
Receive static channel data from the portal |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSnoop()
Method Detail |
public void setPortalControlStructures(PortalControlStructures pcs)
setPortalControlStructures
in interface IPrivileged
pcs
- the portal control structuresPortalControlStructures
public ChannelRuntimeProperties getRuntimeProperties()
getRuntimeProperties
in interface IChannel
ChannelRuntimeProperties
public void receiveEvent(PortalEvent ev)
receiveEvent
in interface IChannel
ev
- a portal layout eventPortalEvent
public void setStaticData(ChannelStaticData sd)
setStaticData
in interface IChannel
sd
- static channel dataChannelStaticData
public void setRuntimeData(ChannelRuntimeData rd)
setRuntimeData
in interface IChannel
rd
- handle to channel runtime dataChannelRuntimeData
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
renderXML
in interface IChannel
out
- a sax document handler
PortalException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |