Liferay 6.2-ce-ga5

com.liferay.portlet
Class PortletRequestDispatcherImpl

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

public class PortletRequestDispatcherImpl
extends Object
implements LiferayPortletRequestDispatcher


Constructor Summary
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher, boolean named, PortletContext portletContext)
           
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher, boolean named, PortletContext portletContext, 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,
                                    PortletContext portletContext)

PortletRequestDispatcherImpl

public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher,
                                    boolean named,
                                    PortletContext portletContext,
                                    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
Specified by:
include in interface LiferayPortletRequestDispatcher
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.2-ce-ga5