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