Package | Description |
---|---|
org.apache.sling.api.resource |
Modifier and Type | Method and Description |
---|---|
ResourceMetadata |
SyntheticResource.getResourceMetadata()
Returns a resource metadata object containing just the path of this
resource as the
RESOLUTION_PATH property. |
ResourceMetadata |
ResourceWrapper.getResourceMetadata()
Returns the value of calling
getResourceMetadata on the
wrapped resource . |
ResourceMetadata |
Resource.getResourceMetadata()
Returns the metadata of this resource.
|
Constructor and Description |
---|
SyntheticResource(ResourceResolver resourceResolver,
ResourceMetadata rm,
String resourceType)
Creates a synthetic resource with the given
ResourceMetadata
and resourceType . |
Copyright © 2015 The Apache Software Foundation. All rights reserved.