public interface ProductListDecorator
Product
objects with data obtained from other sourcesModifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
process(SlingHttpServletRequest request,
SlingHttpServletResponse response,
List<Product> products)
Processes a list of
Product objects, adding data from other sources to the standard product data |
List<Map<String,Object>> process(SlingHttpServletRequest request, SlingHttpServletResponse response, 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 data"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"