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 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

Field Summary
private  javax.servlet.RequestDispatcher requestDispatcher
           
 
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
 

Field Detail

requestDispatcher

private javax.servlet.RequestDispatcher requestDispatcher
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,
                    IOException
Specified by:
include in interface javax.portlet.PortletRequestDispatcher
Throws:
javax.portlet.PortletException
IOException


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.