com.liferay.portlet
Class PortletRequestDispatcherImpl

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

public class PortletRequestDispatcherImpl
extends java.lang.Object
implements javax.portlet.PortletRequestDispatcher

View Source

Author:
Brian Wing Shun Chan, Brian Myunghun Kim

Constructor Summary
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher rd, boolean named, PortletContextImpl portletCtxImpl)
           
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher rd, boolean named, PortletContextImpl portletCtxImpl, java.lang.String path)
           
 
Method Summary
protected  void dispatch(javax.portlet.PortletRequest req, javax.portlet.PortletResponse res, boolean strutsURLEncoder, boolean include)
           
 void forward(javax.portlet.PortletRequest req, javax.portlet.PortletResponse res)
           
 void include(javax.portlet.PortletRequest req, javax.portlet.PortletResponse res)
           
 void include(javax.portlet.PortletRequest req, javax.portlet.PortletResponse res, boolean strutsURLEncoder)
           
 void include(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
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 rd,
                                    boolean named,
                                    PortletContextImpl portletCtxImpl)

PortletRequestDispatcherImpl

public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher rd,
                                    boolean named,
                                    PortletContextImpl portletCtxImpl,
                                    java.lang.String path)
Method Detail

forward

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

include

public void include(javax.portlet.PortletRequest req,
                    javax.portlet.PortletResponse res)
             throws java.io.IOException,
                    javax.portlet.PortletException
Specified by:
include in interface javax.portlet.PortletRequestDispatcher
Throws:
java.io.IOException
javax.portlet.PortletException

include

public void include(javax.portlet.PortletRequest req,
                    javax.portlet.PortletResponse res,
                    boolean strutsURLEncoder)
             throws java.io.IOException,
                    javax.portlet.PortletException
Throws:
java.io.IOException
javax.portlet.PortletException

include

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

dispatch

protected void dispatch(javax.portlet.PortletRequest req,
                        javax.portlet.PortletResponse res,
                        boolean strutsURLEncoder,
                        boolean include)
                 throws java.io.IOException,
                        javax.portlet.PortletException
Throws:
java.io.IOException
javax.portlet.PortletException