在liferay 6.2中我们可以使用 DDMStructureLocalServiceUtil使用ddmStructureKey获取DDMS结构。
在liferay 7或DXP中如何使用ddmStructureKey获取DDM结构?
此致 拉维
答案 0 :(得分:1)
使用@Reference批注在组件中注入DDMStructureLocalServic。
@Reference
private DDMStructureLocalServic service;
要启用属性注释,请将此依赖项添加到Gradle文件中。
org.osgi:org.osgi.service.component.annotations:1.3.0