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, setServletContext
public java.lang.String getJSON(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.lang.Exception
getJSON
in class JSONAction
java.lang.Exception
protected java.lang.String getLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest, long groupId, java.lang.String treeId) throws java.lang.Exception
java.lang.Exception
protected java.lang.String getSiblingLayoutsJSON(javax.servlet.http.HttpServletRequest httpServletRequest, long groupId) throws java.lang.Exception
java.lang.Exception