Given: /content/parent/page/jcr:content/footer/image/@width, the HierarchyNodeInheritanceValueMap will search for a footer/image/@width property in:
- /content/parent/page/jcr:content/footer/image/@width
- /content/parent/jcr:content/footer/image/@width
- /content/jcr:content/footer/image/@widthHaving not found it in any of those locations, it will then return null.
- /content/parent/page/jcr:content/footer/@width
https://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/commons/inherit/HierarchyNodeInheritanceValueMap.html
No comments:
Post a Comment
If you have any doubts or questions, please let us know.