Interface ComponentHandler


  • public interface ComponentHandler
    Base class for handling runtime rendering of resources after application of rules residing on them
    • Method Detail

      • getPaths

        java.util.Set<java.lang.String> getPaths()
        Returns:
        A set of component paths for which this handler should be called.
      • handle

        Resource handle​(SlingHttpServletRequest request)
        Parameters:
        request - client request
        Returns:
        Returns a synthetic resource which may have different properties/children as compared to the actual resource.