org.apache.jetspeed.dispatcher
Class JetspeedRequestDispatcher

java.lang.Object
  extended by org.apache.jetspeed.dispatcher.JetspeedRequestDispatcher
All Implemented Interfaces:
javax.portlet.PortletRequestDispatcher

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

Implements the Portlet API Request Dispatcher to dispatch to portlets

Version:
$Id: JetspeedRequestDispatcher.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Constructor Summary
JetspeedRequestDispatcher(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

JetspeedRequestDispatcher

public JetspeedRequestDispatcher(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 © 1999-2010 Apache Software Foundation. All Rights Reserved.