dlestrat 2004/04/26 18:12:38
Modified: applications/demo/src/webapp/WEB-INF portlet.xml
Log:
Add support for user attributes to HelloWorld portlet.
Revision Changes Path
1.9 +12 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- portlet.xml 29 Mar 2004 04:48:40 -0000 1.8
+++ portlet.xml 27 Apr 2004 01:12:37 -0000 1.9
@@ -37,6 +37,18 @@
<short-title>This is the short title</short-title>
<keywords>Test</keywords>
</portlet-info>
+ <user-attribute>
+ <description>User Given Name</description>
+ <name>user.name.given</name>
+ </user-attribute>
+ <user-attribute>
+ <description>User Last Name</description>
+ <name>user.name.family</name>
+ </user-attribute>
+ <user-attribute>
+ <description>User eMail</description>
+ <name>user.home-info.online.email</name>
+ </user-attribute>
</portlet>
<portlet id="JMXPortlet">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]