读取Web Content Display portlet参数

时间:2011-12-26 17:15:26

标签: liferay portlet

我在Web内容显示portlet中显示文章( Liferay )。

问题是:

如何从另一个portlet读取该portlet URL参数?

感谢。

1 个答案:

答案 0 :(得分:0)

您可以使用JSR-268标准的Inter Portlet Communication客户端或服务器端。

请参阅liferay wiki:http://www.liferay.com/community/wiki/-/wiki/Main/Inter-portlet+communication 对于共享渲染参数和事件通信:http://www.liferay.com/community/wiki/-/wiki/Main/Eventing+and+Shared+Render+Parameters

希望这有帮助,尊重