public class UpdateLayoutAction extends JSONAction
| Constructor and Description |
|---|
UpdateLayoutAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPortlet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId) |
String |
getJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected void |
storeAddContentPortletPreferences(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Layout layout,
String portletId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
checkAuthToken, execute, getCSRFOrigin, getReroutePath, rerouteExecute, setServletContextpublic String getJSON(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
getJSON in class JSONActionExceptionprotected void addPortlet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId)
throws Exception
Exceptionprotected void storeAddContentPortletPreferences(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Layout layout,
String portletId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws Exception
Exception