Interface SharedValueMapResourceAdapter
@ProviderType
public interface SharedValueMapResourceAdapter
Sling Resource Adapter providing access to Shared Component Properties evaluated for a particular resource, in a type
that is friendly to the
SlingAdaptable adapters cache.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.ValueMapGet the global properties value map orValueMap.EMPTY.org.apache.sling.api.resource.ValueMapGet the merged properties for the adaptable resource.org.apache.sling.api.resource.ValueMapGet the shared properties for this resource type orValueMap.EMPTY.
-
Method Details
-
getGlobalProperties
org.apache.sling.api.resource.ValueMap getGlobalProperties()Get the global properties value map orValueMap.EMPTY.- Returns:
- the global properties value map or
ValueMap.EMPTY.
-
getMergedProperties
org.apache.sling.api.resource.ValueMap getMergedProperties()Get the merged properties for the adaptable resource.- Returns:
- the merged properties for the adaptable resource.
-