| 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_PATHproperty. | 
| ResourceMetadata | ResourceWrapper. getResourceMetadata()Returns the value of calling  getResourceMetadataon thewrapped 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  ResourceMetadataandresourceType. | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.