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
author: Ken Weiner, kweiner@unicon.net version: $Revision: 36683 $ |