Uses of Class
org.apache.sling.cms.ResourceTree
-
Packages that use ResourceTree Package Description org.apache.sling.cms Package with all of the common models used to access content in the Sling reference CMSorg.apache.sling.cms.publication Publication related APIs -
-
Uses of ResourceTree in org.apache.sling.cms
Methods in org.apache.sling.cms that return types with arguments of type ResourceTree Modifier and Type Method Description static Stream<ResourceTree>
ResourceTree. stream(org.apache.sling.api.resource.Resource resource)
static Stream<ResourceTree>
ResourceTree. stream(org.apache.sling.api.resource.Resource resource, String filterType)
static Stream<ResourceTree>
ResourceTree. stream(org.apache.sling.api.resource.Resource resource, Predicate<org.apache.sling.api.resource.Resource> filterTraversal, Predicate<ResourceTree> filterInclude)
-
Uses of ResourceTree in org.apache.sling.cms.publication
Methods in org.apache.sling.cms.publication with parameters of type ResourceTree Modifier and Type Method Description boolean
IsPublishableResourceType. test(ResourceTree rt)
-