Package com.liferay.portal.action
Class LayoutAction
Object
com.liferay.portal.action.LayoutAction
- All Implemented Interfaces:
Action
- Author:
- Brian Wing Shun Chan, Shuyang Zhou, Neil Griffin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) protected voidforwardLayout(javax.servlet.http.HttpServletRequest httpServletRequest) protected StringgetRenderStateJSON(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, String portletId, com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet) protected ActionForwardprocessLayout(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, long plid)
-
Constructor Details
-
LayoutAction
public LayoutAction()
-
-
Method Details
-
execute
public ActionForward execute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception -
forwardLayout
protected void forwardLayout(javax.servlet.http.HttpServletRequest httpServletRequest) throws Exception - Throws:
Exception
-
getRenderStateJSON
protected String getRenderStateJSON(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, String portletId, com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet) throws Exception - Throws:
Exception
-
processLayout
protected ActionForward processLayout(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, long plid) throws Exception - Throws:
Exception
-