Class LayoutAction

Object
com.liferay.portal.action.LayoutAction
All Implemented Interfaces:
Action

public class LayoutAction extends Object implements Action
Author:
Brian Wing Shun Chan, Shuyang Zhou, Neil Griffin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    protected void
    forwardLayout(javax.servlet.http.HttpServletRequest httpServletRequest)
     
    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)
     
    protected ActionForward
    processLayout(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, long plid)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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
      Specified by:
      execute in interface Action
      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