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 httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
String |
getJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected String |
getLayoutTypeExceptionMessage(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.exception.LayoutTypeException layoutTypeException,
String cmd) |
protected void |
updateDisplayOrder(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected void |
updateName(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected void |
updateParentLayoutId(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected void |
updatePriority(javax.servlet.http.HttpServletRequest httpServletRequest) |
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[] addPage(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
Exceptionprotected String getLayoutTypeExceptionMessage(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.exception.LayoutTypeException layoutTypeException,
String cmd)
protected void updateDisplayOrder(javax.servlet.http.HttpServletRequest httpServletRequest)
throws Exception
Exceptionprotected void updateName(javax.servlet.http.HttpServletRequest httpServletRequest)
throws Exception
Exceptionprotected void updateParentLayoutId(javax.servlet.http.HttpServletRequest httpServletRequest)
throws Exception
Exceptionprotected void updatePriority(javax.servlet.http.HttpServletRequest httpServletRequest)
throws Exception
Exception