6D Labs / CQ Extended Tag Library / API / Expression Language Functions / getPage
Gets the page at the path or the page containing the resource at the path.
com.day.cq.wcm.api.PageManager
- the page manager with with to fetch the pagejava.lang.String
- the path of the page or a child resource of the pagecom.day.cq.wcm.api.Page
- the page at or containing the path
Example:
<c:set var="geometrixxEnHome" value="${ext:getPage(pageManager,'/content/geometrixx/en/jcr:content')}" />