Uses of Class
org.apache.sling.api.resource.ResourceMetadata
-
Packages that use ResourceMetadata Package Description org.apache.sling.api.resource -
-
Uses of ResourceMetadata in org.apache.sling.api.resource
Methods in org.apache.sling.api.resource that return ResourceMetadata Modifier and Type Method Description @NotNull ResourceMetadataResource. getResourceMetadata()Returns the meta data of this resource.@NotNull ResourceMetadataResourceWrapper. getResourceMetadata()Returns the value of callinggetResourceMetadataon thewrapped resource.@NotNull ResourceMetadataSyntheticResource. getResourceMetadata()Returns a resource metadata object containing just the path of this resource as theRESOLUTION_PATHproperty.Constructors in org.apache.sling.api.resource with parameters of type ResourceMetadata Constructor Description SyntheticResource(@NotNull ResourceResolver resourceResolver, @NotNull ResourceMetadata rm, @NotNull String resourceType)Creates a synthetic resource with the givenResourceMetadataandresourceType.
-