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.ResourceProvider
public org.apache.sling.api.resource.Resource getResource(org.apache.sling.api.resource.ResourceResolver resolver, String path)
getResource
in interface org.apache.sling.api.resource.ResourceProvider
public Iterator<org.apache.sling.api.resource.Resource> listChildren(org.apache.sling.api.resource.Resource resource)
listChildren
in interface org.apache.sling.api.resource.ResourceProvider
public String getRootPath()
getRootPath
in interface SuperimposingResourceProvider
public String getSourcePath()
getSourcePath
in interface SuperimposingResourceProvider
public boolean isOverlayable()
isOverlayable
in interface SuperimposingResourceProvider
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.