ResourceMetadata
interface defines the API for the metadata of a Sling {@link Resource}. Essentially the resource's metadata is just a map of objects indexed by string keys. The actual contents of the meta data map is implementation specific with the exception of the {@link #RESOLUTION_PATH sling.resolutionPath} property whichmust be provided by all implementations and contain the part of the request URI used to resolve the resource. The type of this property value is defined to be String
.
Note, that the prefix sling. to key names is reserved for the Sling implementation. Once a resource is returned by the {@link ResourceResolver}, the resource metadata is made read-only and therefore can't be changed by client code!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|