Package com.day.cq.wcm.api
Interface PageInfoAggregator
public interface PageInfoAggregator
Uses multiple sources to aggregate information pertaining to a given resource (usually a page)
-
Method Summary
Modifier and TypeMethodDescriptiongetAggregatedPageInfo(SlingHttpServletRequest request, Resource resource) Get all information available on the given resource
-
Method Details
-
getAggregatedPageInfo
Get all information available on the given resource- Parameters:
request- the servlet requestresource- the resource to aggregate information for- Returns:
- Map containing all available information for the resource
-