org.apache.pluto.core.impl
Class PortletRequestDispatcherImpl

java.lang.Object
  extended byorg.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)
           
 
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)
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-2004 . All Rights Reserved.