@ConsumerType
public interface ProductListDecorator
Product
objects with data obtained from other sourcesModifier and Type | Method and Description |
---|---|
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
process(SlingHttpServletRequest request,
SlingHttpServletResponse response,
java.util.List<Product> products)
Processes a list of
Product objects, adding data from other sources to the standard product data |
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> process(SlingHttpServletRequest request, SlingHttpServletResponse response, java.util.List<Product> products)
Product
objects, adding data from other sources to the standard product datarequest
- a SlingHttpServletRequest
(authenticated)response
- a SlingHttpServletResponse
products
- the list of productsMap
objects that represent the product dataCopyright © 2010 - 2023 Adobe. All Rights Reserved