public class GetLayoutsAction extends JSONAction
| Constructor and Description |
|---|
GetLayoutsAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
String treeId) |
protected String |
getSiblingLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId) |
checkAuthToken, execute, getCSRFOrigin, getReroutePath, rerouteExecute, setServletContextpublic String getJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
getJSON in class JSONActionExceptionprotected String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
String treeId)
throws Exception
Exceptionprotected String getSiblingLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId)
throws Exception
Exception