public class GetLayoutsAction extends JSONAction
Constructor and Description |
---|
GetLayoutsAction() |
Modifier and Type | Method and Description |
---|---|
String |
getJSON(org.apache.struts.action.ActionMapping actionMapping,
org.apache.struts.action.ActionForm actionForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected String |
getLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId,
String treeId) |
protected String |
getSiblingLayoutsJSON(javax.servlet.http.HttpServletRequest request,
long groupId) |
checkAuthToken, execute, getCSRFOrigin, getReroutePath, rerouteExecute, setServletContext
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
public String getJSON(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
getJSON
in class JSONAction
Exception
protected String getLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId, String treeId) throws Exception
Exception
protected String getSiblingLayoutsJSON(javax.servlet.http.HttpServletRequest request, long groupId) throws Exception
Exception