Person JSP 标记

WebSphere® Portal 的人员感知功能是使用 person JSP 标记编码的。

WebSphere Portal V5.0 与 WebSphere Portal V5.1 的 person 标记的语法和行为不同。
WebSphere Portal V5.0 person 标记语法:
<person value="value attribute">display name</person>
其中 value attribute 是发送至 Sametime® 服务器的唯一标识。person 标记的内容 display name 用作 JSP 页面上的显示名称。如果未指定 value attribute,则 display name 用作 value attribute。
WebSphere Portal V5.1 person 标记语法:
<person
value="value attribute"
valueType="valueType attribute" 
displayName="displayName attribute"></person>
其中 value attribute 是发送至 Sametime 服务器的唯一标识;valueType 是为 value 指定的值的类型;而 displayName 用作 JSP 页面上的显示名称。valueType 的值列示如下:
  • LDAPDN(缺省值)
  • EMAIL
  • MEMBERDN
  • WMMID
相关任务
将人员感知添加至 portlet JSP 文件
相关参考
WebSphere Portal Information Center

(C) Copyright IBM Corporation 2002, 2005. All Rights Reserved.