org.apache.pluto.core.impl
Class PortletRequestDispatcherImpl

java.lang.Object
  extended by org.apache.pluto.core.impl.PortletRequestDispatcherImpl

public class PortletRequestDispatcherImpl
extends java.lang.Object


Field Summary
private  java.util.Map queryParams
           
private  RequestDispatcher requestDispatcher
           
 
Constructor Summary
PortletRequestDispatcherImpl(RequestDispatcher requestDispatcher)
           
PortletRequestDispatcherImpl(RequestDispatcher disp, java.util.Map queryParams)
           
 
Method Summary
 void include(RenderRequest request, RenderResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestDispatcher

private RequestDispatcher requestDispatcher

queryParams

private java.util.Map queryParams
Constructor Detail

PortletRequestDispatcherImpl

public PortletRequestDispatcherImpl(RequestDispatcher requestDispatcher)

PortletRequestDispatcherImpl

public PortletRequestDispatcherImpl(RequestDispatcher disp,
                                    java.util.Map queryParams)
Method Detail

include

public void include(RenderRequest request,
                    RenderResponse response)
             throws PortletException,
                    java.io.IOException
Throws:
PortletException
java.io.IOException