Package com.adobe.acs.commons.ccvar
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 TypeMethodDescriptiongetProperties(org.apache.sling.api.SlingHttpServletRequest request) Uses a list ofContentVariableProviderclasses to create a map of properties available for content variable replacement to be used in supporting classes.
-
Method Details
-
getProperties
Uses a list ofContentVariableProviderclasses 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
-