|
||||||||||
| 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.channels.jsp.Channel
@Deprecated public class Channel
| Field Summary | |
|---|---|
static Object |
CAR_DEPLOYMENT
Deprecated. |
protected IController |
mController
Deprecated. |
protected String |
mControllerClassname
Deprecated. |
static Object |
TRADITIONAL_DEPLOYMENT
Deprecated. |
| Fields inherited from class org.jasig.portal.channels.BaseChannel |
|---|
log, runtimeData, staticData |
| Fields inherited from interface org.jasig.portal.ICacheable |
|---|
CHANNEL_CACHE_KEY_INSTANCE_SCOPE, CHANNEL_CACHE_KEY_SCOPE_PARAM_NAME, CHANNEL_CACHE_KEY_SYSTEM_SCOPE |
| Constructor Summary | |
|---|---|
Channel()
Deprecated. Default constructor used by Channel Manager to instiate this channel. |
|
| Method Summary | |
|---|---|
ChannelCacheKey |
generateKey()
Deprecated. Return a cache key for indicating if cached output is stale. |
boolean |
isCacheValid(Object validity)
Deprecated. Indicate whether cached output is still valid for the passed in validity object. |
void |
receiveEvent(PortalEvent ev)
Deprecated. Passes an outside event to a channel. |
void |
renderCharacters(PrintWriter pw)
Deprecated. Asks the channel to render its content as characters. |
void |
setPortalControlStructures(PortalControlStructures pcs)
Deprecated. Extracts the HttpServletRequest, HttpServletResponse, and HttpSession for use in delegated JSPs. |
void |
setResponse(HttpServletResponse response)
Deprecated. Serves up any type of file to the browser as dictated by the controller if the controller supports IDirectResponse. |
void |
setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
void |
setStaticData(ChannelStaticData sd)
Deprecated. Passes ChannelStaticData to the channel. |
| Methods inherited from class org.jasig.portal.channels.BaseChannel |
|---|
getRuntimeProperties, renderXML, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jasig.portal.IChannel |
|---|
getRuntimeProperties, renderXML |
| Field Detail |
|---|
protected String mControllerClassname
protected IController mController
public static final Object CAR_DEPLOYMENT
public static final Object TRADITIONAL_DEPLOYMENT
| Constructor Detail |
|---|
public Channel()
| Method Detail |
|---|
public ChannelCacheKey generateKey()
generateKey in interface ICacheableICacheable.generateKey()public boolean isCacheValid(Object validity)
isCacheValid in interface ICacheableICacheable.isCacheValid(java.lang.Object)
public void renderCharacters(PrintWriter pw)
throws PortalException
ICharacterChannel
renderCharacters in interface ICharacterChannelpw - a PrintWriter value into which the character output should be directed
PortalException - if an error occurspublic void receiveEvent(PortalEvent ev)
IChannel
receiveEvent in interface IChannelreceiveEvent in class BaseChannelev - PortalEvent objectPortalEvent
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
IChannel
setRuntimeData in interface IChannelsetRuntimeData in class BaseChannelrd - channel runtime data
PortalExceptionChannelRuntimeData
public void setStaticData(ChannelStaticData sd)
throws PortalException
IChannel
setStaticData in interface IChannelsetStaticData in class BaseChannelsd - channel static data
PortalExceptionChannelStaticData
public void setPortalControlStructures(PortalControlStructures pcs)
throws PortalException
setPortalControlStructures in interface IPrivilegedPortalExceptionIPrivileged.setPortalControlStructures(org.jasig.portal.PortalControlStructures)public void setResponse(HttpServletResponse response)
setResponse in interface IDirectResponseresponse - The HttpServletResponse for the channel to use.IDirectResponse.setResponse(javax.servlet.http.HttpServletResponse)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||