Class ActionResponseImpl

All Implemented Interfaces:
javax.portlet.ActionResponse, javax.portlet.PortletResponse, javax.portlet.StateAwareResponse

public class ActionResponseImpl extends StateAwareResponseImpl implements javax.portlet.ActionResponse
  • Field Details

    • response

      protected org.gatein.pc.api.invocation.response.PortletInvocationResponse response
      .
  • Constructor Details

    • ActionResponseImpl

      public ActionResponseImpl(org.gatein.pc.api.invocation.ActionInvocation invocation, PortletRequestImpl preq)
  • Method Details

    • sendRedirect

      public void sendRedirect(String s, String s1) throws IOException
      Specified by:
      sendRedirect in interface javax.portlet.ActionResponse
      Throws:
      IOException
    • sendRedirect

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