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