Class FindStrutsAction

Object
com.liferay.portal.struts.FindStrutsAction
All Implemented Interfaces:
com.liferay.portal.kernel.struts.StrutsAction

public abstract class FindStrutsAction extends Object implements com.liferay.portal.kernel.struts.StrutsAction
Author:
Adolfo Pérez
  • Constructor Details

    • FindStrutsAction

      public FindStrutsAction()
  • Method Details

    • execute

      public String execute(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Specified by:
      execute in interface com.liferay.portal.kernel.struts.StrutsAction
      Throws:
      Exception
    • addRequiredParameters

      protected abstract void addRequiredParameters(jakarta.servlet.http.HttpServletRequest httpServletRequest, String portletId, jakarta.portlet.PortletURL portletURL)
    • getGroupId

      protected abstract long getGroupId(long primaryKey) throws Exception
      Throws:
      Exception
    • getPortletLayoutFinder

      protected abstract com.liferay.portal.kernel.portlet.PortletLayoutFinder getPortletLayoutFinder()
    • getPrimaryKeyParameterName

      protected abstract String getPrimaryKeyParameterName()
    • processPortletURL

      protected jakarta.portlet.PortletURL processPortletURL(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.portlet.PortletURL portletURL) throws Exception
      Throws:
      Exception
    • setPrimaryKeyParameter

      protected void setPrimaryKeyParameter(jakarta.portlet.PortletURL portletURL, long primaryKey) throws Exception
      Throws:
      Exception