public class SuperimposingResourceProviderImpl extends Object implements SuperimposingResourceProvider
MIXIN_SUPERIMPOSE, PROP_SUPERIMPOSE_OVERLAYABLE, PROP_SUPERIMPOSE_REGISTER_PARENT, PROP_SUPERIMPOSE_SOURCE_PATH| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.sling.api.resource.Resource |
getResource(org.apache.sling.api.resource.ResourceResolver resolver,
javax.servlet.http.HttpServletRequest httpServletRequest,
String path) |
org.apache.sling.api.resource.Resource |
getResource(org.apache.sling.api.resource.ResourceResolver resolver,
String path) |
String |
getRootPath() |
String |
getSourcePath() |
boolean |
isOverlayable() |
Iterator<org.apache.sling.api.resource.Resource> |
listChildren(org.apache.sling.api.resource.Resource resource) |
String |
toString() |
public org.apache.sling.api.resource.Resource getResource(org.apache.sling.api.resource.ResourceResolver resolver,
javax.servlet.http.HttpServletRequest httpServletRequest,
String path)
getResource in interface org.apache.sling.api.resource.ResourceProviderpublic org.apache.sling.api.resource.Resource getResource(org.apache.sling.api.resource.ResourceResolver resolver,
String path)
getResource in interface org.apache.sling.api.resource.ResourceProviderpublic Iterator<org.apache.sling.api.resource.Resource> listChildren(org.apache.sling.api.resource.Resource resource)
listChildren in interface org.apache.sling.api.resource.ResourceProviderpublic String getRootPath()
getRootPath in interface SuperimposingResourceProviderpublic String getSourcePath()
getSourcePath in interface SuperimposingResourceProviderpublic boolean isOverlayable()
isOverlayable in interface SuperimposingResourceProviderCopyright © 2007–2014 The Apache Software Foundation. All rights reserved.