Interface PropertyAggregatorService


public interface PropertyAggregatorService
Service used to aggregate property keys and values into a Map, given the context of a SlingHttpServletRequest, that can be used to replace these tokens in content responses.
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperties(org.apache.sling.api.SlingHttpServletRequest request)
    Uses a list of ContentVariableProvider classes to create a map of properties available for content variable replacement to be used in supporting classes.
  • Method Details

    • getProperties

      Map<String,Object> getProperties(org.apache.sling.api.SlingHttpServletRequest request)
      Uses a list of ContentVariableProvider classes to create a map of properties available for content variable replacement to be used in supporting classes.
      Parameters:
      request - The currently scoped request
      Returns:
      The map of properties