Uses of Class
org.apache.sling.api.resource.ResourceMetadata
Packages that use ResourceMetadata
-
Uses of ResourceMetadata in org.apache.sling.api.resource
Methods in org.apache.sling.api.resource that return ResourceMetadataModifier and TypeMethodDescription@NotNull ResourceMetadata
Resource.getResourceMetadata()
Returns the meta data of this resource.@NotNull ResourceMetadata
ResourceWrapper.getResourceMetadata()
Returns the value of callinggetResourceMetadata
on thewrapped resource
.@NotNull ResourceMetadata
SyntheticResource.getResourceMetadata()
Returns a resource metadata object containing just the path of this resource as theRESOLUTION_PATH
property.Constructors in org.apache.sling.api.resource with parameters of type ResourceMetadataModifierConstructorDescriptionSyntheticResource
(@NotNull ResourceResolver resourceResolver, @NotNull ResourceMetadata rm, @NotNull String resourceType) Creates a synthetic resource with the givenResourceMetadata
andresourceType
.