Class PortletRequestDispatcherImpl

  • All Implemented Interfaces:
    javax.portlet.PortletRequestDispatcher

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

      • 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