Interface SlingModelFilter

    • Method Detail

      • filterProperties

        java.util.Map<java.lang.String,​java.lang.Object> filterProperties​(java.util.Map<java.lang.String,​java.lang.Object> properties)
        Returns the filtered properties to be exported.
        Parameters:
        properties - The properties to be filtered.
        Returns:
        Returns the filtered properties to be exported.
      • filterChildResources

        java.lang.Iterable<Resource> filterChildResources​(java.lang.Iterable<Resource> childResources)
        Returns the filtered child Resources to be exported.
        Parameters:
        childResources - The child resources to be filtered.
        Returns:
        Returns the filtered child Resources to be exported.