使 liferay portlet 不可实例化
如何使我的 portlet 在 liferay 实例中不可实例化。我在论坛上读过相关内容,但没有提到如何做到这一点。
How can I make my portlet non instanceable accross the liferay instance. I have read about it in the forum but there was no mention of how to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来将 portlet 指定为不可实例化
您可以通过放入文件
liferay-portlet.xml
根据 dtd (链接了 dtd 版本 5.2,不过应该没有太大变化)
也可以看看这里
Liferay 文档
You can specify a portlet as non instanceable by putting
in the file
liferay-portlet.xml
Beware of the right order of tags, according to the dtd (linked the dtd version 5.2, shouldn't have changed much though)
Also have a look here
Liferay docu