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(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Specified by:
      execute in interface com.liferay.portal.kernel.struts.StrutsAction
      Throws:
      Exception
    • addRequiredParameters

      protected abstract void addRequiredParameters(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, 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 PortletURL processPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, PortletURL portletURL) throws Exception
      Throws:
      Exception
    • setPrimaryKeyParameter

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