6D Labs / CQ Extended Tag Library / API / Expression Language Functions / getInheritanceValueMap
Gets an InheritanceValueMap from the specified resource.
org.apache.sling.api.resource.Resource
- the resource from which to get the InheritanceValueMapcom.day.cq.commons.inherit.InheritanceValueMap
- The InheritanceValueMap for the specified Resource.
Example:
<c:set var="iprops" value="${ext:getInheritanceValueMap(resource)}" />