org.broadleafcommerce.core.web.api.wrapper
Class CategoriesWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.CategoriesWrapper
- All Implemented Interfaces:
- APIWrapper<List<Category>>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class CategoriesWrapper
- extends BaseWrapper
- implements APIWrapper<List<Category>>
This is a JAXB wrapper class for wrapping a collection of categories.
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
void |
wrap(List<Category> cats,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
categories
protected List<CategoryWrapper> categories
CategoriesWrapper
public CategoriesWrapper()
wrap
public void wrap(List<Category> cats,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<List<Category>>
Copyright © 2013. All Rights Reserved.