Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 liferay 7 中添加自定义用户通知。为此,如果我使用的是 liferay 6.2,我将不得不在 liferay-portlet.xml 中输入user-notification-definitions和user-notification-handler-class 之类的条目。但是在liferay中,我想问这些条目放在哪里。请帮助..thanx提前..
您仍然可以在遗留 portlet(打包在 WAR 文件中)中使用此文件。
对于 OSGi 组件,该文件中的设置最终出现在组件的属性中。那些以 镜像 开头的属性javax.portlet,portlet.xml那些以com.liferay镜像 记录的设置liferay-portlet.xml
javax.portlet
portlet.xml
com.liferay
liferay-portlet.xml
您还可以在此处找到类似的属性:
https://dev.liferay.com/develop/reference/-/knowledge_base/7-0/portlet-descriptor-to-osgi-service-property-map
根据上面的链接,通过 OSGI 道具不支持用户通知定义。
谢谢, 安基特