public class GetCategoriesAction extends JSONAction
| Constructor and Description |
|---|
GetCategoriesAction() |
| Modifier and Type | Method and Description |
|---|---|
protected List<com.liferay.asset.kernel.model.AssetCategory> |
getCategories(javax.servlet.http.HttpServletRequest httpServletRequest) |
String |
getJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
checkAuthToken, execute, getCSRFOrigin, getReroutePath, rerouteExecute, setServletContextpublic String getJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
getJSON in class JSONActionExceptionprotected List<com.liferay.asset.kernel.model.AssetCategory> getCategories(javax.servlet.http.HttpServletRequest httpServletRequest)
throws Exception
Exception