AEM 6.0中的组件可以具有以下属性:cq:template和cq:templatePath.因为我工作并不是两个都需要,但我没有得到这两者之间的确切区别.
cq:template
cq:templatePath
aem
如何在JAVA代码中删除节点的属性?我试过像 -
node.setProperty(propertyName, null);
有什么具体的东西我可以试试吗?
aem ×2