dlestrat 2004/05/22 14:27:31
Modified: applications/demo/src/webapp/WEB-INF portlet.xml
Log:
Added userinfo portlet.
Revision Changes Path
1.13 +28 -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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- portlet.xml 15 May 2004 01:57:09 -0000 1.12
+++ portlet.xml 22 May 2004 21:27:31 -0000 1.13
@@ -237,6 +237,34 @@
<role-link>user</role-link>
</security-role-ref>
</portlet>
+
+ <portlet id="UserInfoTest">
+ <init-param>
+ <name>ViewPage</name>
+ <value>/WEB-INF/demo/userinfo/userinfo.jsp</value>
+ </init-param>
+ <init-param>
+ <name>EditPage</name>
+ <value>/WEB-INF/demo/userinfo/userinfo.jsp</value>
+ </init-param>
+ <init-param>
+ <name>HelpPage</name>
+ <value>/WEB-INF/demo/userinfo/help.html</value>
+ </init-param>
+ <portlet-name>UserInfoTest</portlet-name>
+ <display-name>User Info Test</display-name>
+ <portlet-class>org.apache.jetspeed.portlet.ServletPortlet</portlet-class>
+ <expiration-cache>-1</expiration-cache>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>VIEW</portlet-mode>
+ <portlet-mode>HELP</portlet-mode>
+ </supports>
+ <portlet-info>
+ <title>User Info Test</title>
+ <short-title>User Info Test</short-title>
+ </portlet-info>
+ </portlet>
<user-attribute>
<description>User Given Name</description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]