taylor 2004/09/22 15:18:34
Modified: applications/demo/src/webapp/WEB-INF portlet.xml
Log:
IFrame prototype portlet from Randy Watler
(NOTE: this is a prototype, we will make use of a template instead of inline Java to
generate frames)
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.18 +78 -0
jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml
Index: portlet.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- portlet.xml 9 Sep 2004 22:15:36 -0000 1.17
+++ portlet.xml 22 Sep 2004 22:18:34 -0000 1.18
@@ -331,6 +331,84 @@
</portlet-info>
</portlet>
+ <portlet id="tmtt-main">
+ <portlet-name>IFramePortlet</portlet-name>
+ <display-name>IFrame Portlet</display-name>
+ <description>
+ Prototype of the IFRAME portlet
+ </description>
+ <init-param>
+ <name>viewSource</name>
+ <value>http://portals.apache.org/jetspeed-2/</value>
+ <description>
+ Source URL in view mode.
+ </description>
+ </init-param>
+ <init-param>
+ <name>maximizedViewSource</name>
+ <value>http://portals.apache.org/</value>
+ <description>
+ Source URL in maximized view mode.
+ </description>
+ </init-param>
+ <init-param>
+ <name>editSource</name>
+ <value>http://wiki.apache.org/portals/Jetspeed2</value>
+ <description>
+ Source URL in edit mode.
+ </description>
+ </init-param>
+ <init-param>
+ <name>helpSource</name>
+ <value>http://www.apache.org/</value>
+ <description>
+ Source URL in help mode.
+ </description>
+ </init-param>
+ <init-param>
+ <name>enableSourcePreferences</name>
+ <value>true</value>
+ <description>
+ Enble preferences for all source URL parameters.
+ </description>
+ </init-param>
+ <portlet-class>org.apache.jetspeed.portlet.IFramePortlet</portlet-class>
+ <expiration-cache>-1</expiration-cache>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>EDIT</portlet-mode>
+ <portlet-mode>VIEW</portlet-mode>
+ <portlet-mode>HELP</portlet-mode>
+ </supports>
+ <portlet-preferences>
+ <preference>
+ <name>editSource</name>
+ </preference>
+ <preference>
+ <name>maximizedEditSource</name>
+ </preference>
+ <preference>
+ <name>viewSource</name>
+ </preference>
+ <preference>
+ <name>maximizedViewSource</name>
+ </preference>
+ <preference>
+ <name>helpSource</name>
+ </preference>
+ <preference>
+ <name>maximizedHelpSource</name>
+ </preference>
+ </portlet-preferences>
+ <supported-locale>en</supported-locale>
+ <portlet-info>
+ <title>IFrame Prototype Portlet</title>
+ <short-title>IFrame</short-title>
+ <keywords>test</keywords>
+ </portlet-info>
+ </portlet>
+
+
<user-attribute>
<description>User Given Name</description>
<name>user.name.given</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]