public class MergingServletResourceProvider extends Object
| Constructor and Description |
|---|
MergingServletResourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.api.resource.Resource |
getResource(org.apache.sling.spi.resource.provider.ResolveContext resolveContext,
String path) |
boolean |
isRootOf(String path) |
Iterator<org.apache.sling.api.resource.Resource> |
listChildren(org.apache.sling.spi.resource.provider.ResolveContext ctx,
org.apache.sling.api.resource.Resource parent) |
public boolean isRootOf(String path)
public org.apache.sling.api.resource.Resource getResource(org.apache.sling.spi.resource.provider.ResolveContext resolveContext,
String path)
public Iterator<org.apache.sling.api.resource.Resource> listChildren(org.apache.sling.spi.resource.provider.ResolveContext ctx, org.apache.sling.api.resource.Resource parent)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.