weaver 2003/08/01 13:14:11
Modified: applications/demo/src/webapp/WEB-INF portlet.xml
Log:
Added a preference testing portlet
Revision Changes Path
1.2 +22 -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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portlet.xml 28 Jul 2003 23:46:34 -0000 1.1
+++ portlet.xml 1 Aug 2003 20:14:11 -0000 1.2
@@ -39,6 +39,28 @@
<keywords>JMX</keywords>
</portlet-info>
</portlet>
+
+ <portlet id="PreferencePortlet">
+ <portlet-name>PreferencePortlet</portlet-name>
+ <display-name>PreferencePortlet</display-name>
+
<portlet-class>org.apache.jetspeed.demo.preferences.PreferencePortlet</portlet-class>
+ <expiration-cache>-1</expiration-cache>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>VIEW</portlet-mode>
+ </supports>
+ <portlet-info>
+ <title>Preference Test</title>
+ <short-title>Preference Test</short-title>
+ <keywords>Preferences</keywords>
+ </portlet-info>
+ <portlet-preferences>
+ <preference>
+ <name>pref1</name>
+ <value>Hello</value>
+ </preference>
+ </portlet-preferences>
+ </portlet>
<portlet id="DisplayRequestPortlet">
<init-param>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]