List of usage examples for javax.servlet RequestDispatcher interface-usage
From source file org.opencms.flex.CmsFlexRequestDispatcher.java
/**
* Implementation of the <code>{@link javax.servlet.RequestDispatcher}</code> interface to allow JSPs to be loaded
* from the OpenCms VFS.<p>
*
* This dispatcher will load data from 3 different data sources:
* <ol>
From source file org.browsermob.proxy.jetty.jetty.servlet.Dispatcher.java
/** Servlet RequestDispatcher. * * @version $Id: Dispatcher.java,v 1.92 2005/12/12 18:03:31 gregwilkins Exp $ * @author Greg Wilkins (gregw) */ public class Dispatcher implements RequestDispatcher {
From source file net.lightbody.bmp.proxy.jetty.jetty.servlet.Dispatcher.java
/** Servlet RequestDispatcher. * * @version $Id: Dispatcher.java,v 1.92 2005/12/12 18:03:31 gregwilkins Exp $ * @author Greg Wilkins (gregw) */ public class Dispatcher implements RequestDispatcher {
From source file org.openqa.jetty.jetty.servlet.Dispatcher.java
/** Servlet RequestDispatcher. * * @version $Id: Dispatcher.java,v 1.92 2005/12/12 18:03:31 gregwilkins Exp $ * @author Greg Wilkins (gregw) */ public class Dispatcher implements RequestDispatcher {
From source file org.apache.catalina.core.ApplicationDispatcher.java
/**
* Standard implementation of <code>RequestDispatcher</code> that allows a
* request to be forwarded to a different resource to create the ultimate
* response, or to include the output of another resource in the response
* from this resource. This implementation allows application level servlets
* to wrap the request and/or response objects that are passed on to the