Class PortletRequestDispatcherImpl

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletRequestDispatcherImpl
All Implemented Interfaces:
javax.portlet.PortletRequestDispatcher

public class PortletRequestDispatcherImpl extends Object implements javax.portlet.PortletRequestDispatcher
Version:
$Revision: 6854 $
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    forward(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp)
     
    void
    include(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp)
     
    void
    include(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • include

      public void include(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp) throws javax.portlet.PortletException, IOException
      Specified by:
      include in interface javax.portlet.PortletRequestDispatcher
      Throws:
      javax.portlet.PortletException
      IOException
    • include

      public void include(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp) throws javax.portlet.PortletException, IOException
      Specified by:
      include in interface javax.portlet.PortletRequestDispatcher
      Throws:
      javax.portlet.PortletException
      IOException
    • forward

      public void forward(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp) throws javax.portlet.PortletException, IOException, IllegalStateException
      Specified by:
      forward in interface javax.portlet.PortletRequestDispatcher
      Throws:
      javax.portlet.PortletException
      IOException
      IllegalStateException