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