org.jasig.portal.channels
Class CApplet

java.lang.Object
  extended by org.jasig.portal.channels.BaseChannel
      extended by org.jasig.portal.channels.CApplet
All Implemented Interfaces:
ICacheable, IChannel

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public class CApplet
extends BaseChannel
implements ICacheable

Displays an applet. To pass in applet parameters, construct channel parameters whose keys start with the string "APPLET."

For example, the key/value pair APPLET.data=foo as a channel parameter is translated to an applet parameter as data=foo

This code was adapted from uPortal 1.0's org.jasig.portal.channels.CApplet

Version:
$Revision: 19776 $
Author:
Ken Weiner, kweiner@unicon.net

Field Summary
 
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
CApplet()
          Deprecated.  
 
Method Summary
 ChannelCacheKey generateKey()
          Deprecated. Requests the channel to generate a key uniquely describing its current state, and a description of key usage.
 boolean isCacheValid(Object validity)
          Deprecated. Requests the channel to verify validity of the retrieved cache based on the validator object.
 void renderXML(ContentHandler out)
          Deprecated. Output channel content to the portal
 
Methods inherited from class org.jasig.portal.channels.BaseChannel
getRuntimeProperties, receiveEvent, setRuntimeData, setStaticData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CApplet

public CApplet()
Deprecated. 
Method Detail

renderXML

public void renderXML(ContentHandler out)
               throws PortalException
Deprecated. 
Output channel content to the portal

Specified by:
renderXML in interface IChannel
Overrides:
renderXML in class BaseChannel
Parameters:
out - a sax document handler
Throws:
PortalException

generateKey

public ChannelCacheKey generateKey()
Deprecated. 
Description copied from interface: ICacheable
Requests the channel to generate a key uniquely describing its current state, and a description of key usage.

Specified by:
generateKey in interface ICacheable

isCacheValid

public boolean isCacheValid(Object validity)
Deprecated. 
Description copied from interface: ICacheable
Requests the channel to verify validity of the retrieved cache based on the validator object.

Specified by:
isCacheValid in interface ICacheable


Copyright © 2010 Jasig. All Rights Reserved.