|
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.StandaloneChannelRenderer
StandaloneChannelRenderer is meant to be used as a base class for channels that might be rendered outside of the standard user-layout driven scheme. (for example CSelectSystemProfile).
Constructor Summary | |
StandaloneChannelRenderer()
|
Method Summary | |
void |
initialize(java.util.Hashtable params,
java.lang.String channelName,
boolean hasHelp,
boolean hasAbout,
boolean hasEdit,
long timeOut,
IPerson person)
Initializes the channel and calls setStaticData() on the channel. |
void |
prepare(javax.servlet.http.HttpServletRequest req)
This request will cause setRuntimeData() method called on the channel. |
void |
render(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
This method will output channel content into the HttpServletResponse's out stream. |
Methods inherited from class org.jasig.portal.channels.BaseChannel |
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandaloneChannelRenderer()
Method Detail |
public void initialize(java.util.Hashtable params, java.lang.String channelName, boolean hasHelp, boolean hasAbout, boolean hasEdit, long timeOut, IPerson person) throws PortalException
params
- a hastable of channel publish/subscribe parameters (channelName
- channel namehasHelp
- determines if the channel supports "help" layout eventhasAbout
- determines if the channel supports "about" layout eventhasEdit
- determines if the channel supports "edit" layout eventtimeOut
- channel timeout value in millisecondsperson
- a user IPerson object
PortalException
public void prepare(javax.servlet.http.HttpServletRequest req) throws java.lang.Exception
req
- http request
java.lang.Exception
public void render(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Throwable
req
- http requestres
- http response
java.lang.Throwable
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |