public class CategoriesWrapper extends BaseWrapper implements APIWrapper<java.util.List<Category>>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CategoryWrapper> |
categories |
context| Constructor and Description |
|---|
CategoriesWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(java.util.List<Category> cats,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(java.util.List<Category> cats,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected java.util.List<CategoryWrapper> categories
public void wrapDetails(java.util.List<Category> cats, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<java.util.List<Category>>public void wrapSummary(java.util.List<Category> cats, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<java.util.List<Category>>Copyright © 2018. All Rights Reserved.