com.liferay.portlet
Class PortletRequestDispatcherImpl

java.lang.Object
  extended bycom.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, PortletContextImpl portletCtxImpl)
           
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher rd, PortletContextImpl portletCtxImpl, java.lang.String path)
           
 
Method Summary
 void include(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 void include(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res, boolean strutsURLEncoder)
           
 
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,
                                    PortletContextImpl portletCtxImpl)

PortletRequestDispatcherImpl

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

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

include

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