Class ActionResponseImpl

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

    public class ActionResponseImpl
    extends StateAwareResponseImpl
    implements javax.portlet.ActionResponse
    Version:
    $Revision: 7379 $
    Author:
    Julien Viet
    • Field Detail

      • response

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

      • ActionResponseImpl

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

      • 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