Example usage for javax.servlet RequestDispatcher interface-usage

List of usage examples for javax.servlet RequestDispatcher interface-usage

Introduction

In this page you can find the example usage for javax.servlet RequestDispatcher interface-usage.

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