Liferay 6.0.5

com.liferay.portlet
Class PortletRequestDispatcherImpl

java.lang.Object
  extended by com.liferay.portlet.PortletRequestDispatcherImpl
All Implemented Interfaces:
PortletRequestDispatcher

public class PortletRequestDispatcherImpl
extends Object
implements PortletRequestDispatcher


Constructor Summary
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher, boolean named, PortletContextImpl portletContextImpl)
           
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher, boolean named, PortletContextImpl portletContextImpl, String path)
           
 
Method Summary
protected  void dispatch(PortletRequest portletRequest, PortletResponse portletResponse, boolean strutsURLEncoder, boolean include)
           
 void forward(PortletRequest portletRequest, PortletResponse portletResponse)
           
 void include(PortletRequest portletRequest, PortletResponse portletResponse)
           
 void include(PortletRequest portletRequest, PortletResponse portletResponse, boolean strutsURLEncoder)
           
 void include(RenderRequest renderRequest, RenderResponse renderResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRequestDispatcherImpl

public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher,
                                    boolean named,
                                    PortletContextImpl portletContextImpl)

PortletRequestDispatcherImpl

public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher,
                                    boolean named,
                                    PortletContextImpl portletContextImpl,
                                    String path)
Method Detail

forward

public void forward(PortletRequest portletRequest,
                    PortletResponse portletResponse)
             throws IllegalStateException,
                    IOException,
                    PortletException
Specified by:
forward in interface PortletRequestDispatcher
Throws:
IllegalStateException
IOException
PortletException

include

public void include(PortletRequest portletRequest,
                    PortletResponse portletResponse)
             throws IOException,
                    PortletException
Specified by:
include in interface PortletRequestDispatcher
Throws:
IOException
PortletException

include

public void include(PortletRequest portletRequest,
                    PortletResponse portletResponse,
                    boolean strutsURLEncoder)
             throws IOException,
                    PortletException
Throws:
IOException
PortletException

include

public void include(RenderRequest renderRequest,
                    RenderResponse renderResponse)
             throws IOException,
                    PortletException
Specified by:
include in interface PortletRequestDispatcher
Throws:
IOException
PortletException

dispatch

protected void dispatch(PortletRequest portletRequest,
                        PortletResponse portletResponse,
                        boolean strutsURLEncoder,
                        boolean include)
                 throws IOException,
                        javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

Liferay 6.0.5