public interface ProductListDecorator
Product objects with data obtained from other sources| Modifier 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 SlingHttpServletResponseproducts - the list of productsMap objects that represent the product data"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"