Uses of Class
org.apache.sling.api.resource.ResourceMetadata

Packages that use ResourceMetadata
org.apache.sling.api.resource   
 

Uses of ResourceMetadata in org.apache.sling.api.resource
 

Methods in org.apache.sling.api.resource that return ResourceMetadata
 ResourceMetadata Resource.getResourceMetadata()
          Returns the metadata of this resource.
 ResourceMetadata ResourceWrapper.getResourceMetadata()
          Returns the value of calling getResourceMetadata on the wrapped resource.
 ResourceMetadata SyntheticResource.getResourceMetadata()
          Returns a resource metadata object containing just the path of this resource as the RESOLUTION_PATH property.
 

Constructors in org.apache.sling.api.resource with parameters of type ResourceMetadata
SyntheticResource(ResourceResolver resourceResolver, ResourceMetadata rm, String resourceType)
          Creates a synthetic resource with the given ResourceMetadata and resourceType.
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.