Class ActionResponseImpl

All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayActionResponse, com.liferay.portal.kernel.portlet.LiferayPortletResponse, com.liferay.portal.kernel.portlet.LiferayStateAwareResponse, jakarta.portlet.ActionResponse, jakarta.portlet.Mutable, jakarta.portlet.MutableRenderState, jakarta.portlet.PortletResponse, jakarta.portlet.RenderState, jakarta.portlet.StateAwareResponse

public class ActionResponseImpl extends StateAwareResponseImpl implements com.liferay.portal.kernel.portlet.LiferayActionResponse
Author:
Brian Wing Shun Chan, Neil Griffin
  • Constructor Details

    • ActionResponseImpl

      public ActionResponseImpl()
  • Method Details

    • createRedirectURL

      public jakarta.portlet.RenderURL createRedirectURL(jakarta.portlet.MimeResponse.Copy copy)
      Specified by:
      createRedirectURL in interface jakarta.portlet.ActionResponse
    • getLifecycle

      public String getLifecycle()
      Specified by:
      getLifecycle in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
      Specified by:
      getLifecycle in class PortletResponseImpl
    • sendRedirect

      public void sendRedirect(String location) throws IOException
      Specified by:
      sendRedirect in interface jakarta.portlet.ActionResponse
      Throws:
      IOException
    • sendRedirect

      public void sendRedirect(String location, String renderUrlParamName) throws IOException
      Specified by:
      sendRedirect in interface jakarta.portlet.ActionResponse
      Throws:
      IOException