|
||||||||||
| 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
@Deprecated public class 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).
| Field Summary | |
|---|---|
static AtomicLong |
activeRenderers
Deprecated. |
static AtomicLong |
maxRenderThreads
Deprecated. |
| Fields inherited from class org.jasig.portal.channels.BaseChannel |
|---|
runtimeData, staticData |
| Constructor Summary | |
|---|---|
StandaloneChannelRenderer()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
initialize(Hashtable params,
String channelName,
boolean hasHelp,
boolean hasAbout,
boolean hasEdit,
long timeOut,
IPerson person)
Deprecated. Initializes the channel and calls setStaticData() on the channel. |
void |
prepare(HttpServletRequest req)
Deprecated. This request will cause setRuntimeData() method called on the channel. |
void |
render(HttpServletRequest req,
HttpServletResponse res)
Deprecated. 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, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AtomicLong activeRenderers
public static AtomicLong maxRenderThreads
| Constructor Detail |
|---|
public StandaloneChannelRenderer()
| Method Detail |
|---|
public void initialize(Hashtable params,
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(HttpServletRequest req)
throws Exception
req - http request
Exception
public void render(HttpServletRequest req,
HttpServletResponse res)
throws Throwable
req - http requestres - http response
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||