WEB开发网
开发学院软件开发Java IBM Rational Application Developer V7.5 Portal... 阅读

IBM Rational Application Developer V7.5 Portal Toolkit,第 5 部分: 对门户和 portlet 程序的事件和公共赋值参数的工具支持

 2009-12-27 00:00:00 来源:WEB开发网   
核心提示: 为 OrderDetail Portlet 添加 supported-processing-event 元素(当您发布该事件时您已经添加了事件定义),编辑 processEvent() 方法以处理事件OrderDetail portlet 的 portlet 部分如列表 4 所示得到编辑,IBM

为 OrderDetail Portlet 添加 supported-processing-event 元素(当您发布该事件时您已经添加了事件定义)。

编辑 processEvent() 方法以处理事件

OrderDetail portlet 的 portlet 部分如列表 4 所示得到编辑。


列表 4. 对 OrderDetail portlet 所做的更改
<portlet> 
 <portlet-name>OrderDetail</portlet-name> 
 <display-name xml:lang="en">OrderDetail</display-name> 
 <display-name>OrderDetail</display-name> 
 <portlet-class> 
 com.ibm.jsr286eventrenderparam.OrderDetailPortlet 
 </portlet-class> 
 <init-param> 
 <name>wps.markup</name> 
 <value>html</value> 
 </init-param> 
 <expiration-cache>0</expiration-cache> 
 <supports> 
 <mime-type>text/html</mime-type> 
 <portlet-mode>view</portlet-mode> 
 </supports> 
 <supported-locale>en</supported-locale> 
 <resource-bundle> 
 com.ibm.jsr286eventrenderparam.nl.OrderDetailPortletResoure 
 </resource-bundle> 
 <portlet-info> 
 <title>OrderDetail</title> 
 <short-title>OrderDetail</short-title> 
 <keywords>OrderDetail</keywords> 
 </portlet-info> 
 <supported-processing-event> 
 <name>OrderIDType</name> 
 </supported-processing-event> 
</portlet> 

上一页  4 5 6 7 8 9 10  下一页

Tags:IBM Rational Application

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接