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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getAggregatedPageInfo(SlingHttpServletRequest request, Resource resource)
Get all information available on the given resource
-
-
-
Method Detail
-
getAggregatedPageInfo
java.util.Map<java.lang.String,java.lang.Object> getAggregatedPageInfo(SlingHttpServletRequest request, Resource resource)
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
-
-