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