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 Type
    Method
    Description
    org.apache.sling.api.resource.ValueMap
    Get the global properties value map or ValueMap.EMPTY.
    org.apache.sling.api.resource.ValueMap
    Get the merged properties for the adaptable resource.
    org.apache.sling.api.resource.ValueMap
    Get the shared properties for this resource type or ValueMap.EMPTY.
  • Method Details

    • getGlobalProperties

      org.apache.sling.api.resource.ValueMap getGlobalProperties()
      Get the global properties value map or ValueMap.EMPTY.
      Returns:
      the global properties value map or ValueMap.EMPTY.
    • getSharedProperties

      org.apache.sling.api.resource.ValueMap getSharedProperties()
      Get the shared properties for this resource type or ValueMap.EMPTY.
      Returns:
      the shared properties for this resource type 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.