public class EditLayoutAction extends JSONAction
Constructor and Description |
---|
EditLayoutAction() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
addPage(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
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 |
getLayoutTypeExceptionMessage(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.exception.LayoutTypeException lte,
String cmd) |
protected void |
updateDisplayOrder(javax.servlet.http.HttpServletRequest request) |
protected void |
updateName(javax.servlet.http.HttpServletRequest request) |
protected void |
updateParentLayoutId(javax.servlet.http.HttpServletRequest request) |
protected void |
updatePriority(javax.servlet.http.HttpServletRequest request) |
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[] addPage(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
protected String getLayoutTypeExceptionMessage(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.exception.LayoutTypeException lte, String cmd)
protected void updateDisplayOrder(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
protected void updateName(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
protected void updateParentLayoutId(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
protected void updatePriority(javax.servlet.http.HttpServletRequest request) throws Exception
Exception