Interface PageInfoAggregator


  • public interface PageInfoAggregator
    Uses multiple sources to aggregate information pertaining to a given resource (usually a page)
    • 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 request
        resource - the resource to aggregate information for
        Returns:
        Map containing all available information for the resource