Interface PageInfoAggregator


public interface PageInfoAggregator
Uses multiple sources to aggregate information pertaining to a given resource (usually a page)
  • Method Details

    • getAggregatedPageInfo

      Map<String,Object> getAggregatedPageInfo(SlingHttpServletRequest request, Resource resource)
      Get all information available on the given resource
      Parameters:
      request - the servlet request
      resource - the resource to aggregate information for
      Returns:
      Map containing all available information for the resource