Uses of Interface javax.servlet.RequestDispatcher

Uses in package javax.servlet

Methods with return type javax.servlet.RequestDispatcher

RequestDispatcher
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
RequestDispatcher
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
RequestDispatcher
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
RequestDispatcher
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.