org.apache.pluto.core.impl
Class PortletRequestDispatcherImpl

java.lang.Object
  extended by org.apache.pluto.core.impl.PortletRequestDispatcherImpl
All Implemented Interfaces:
javax.portlet.PortletRequestDispatcher

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


Constructor Summary
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher)
           
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher disp, java.util.Map queryParams)
           
 
Method Summary
 void include(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 
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)

PortletRequestDispatcherImpl

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

include

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


Copyright © 2003-2009 . All Rights Reserved.