Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Servlet Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::RequestDispatcher

Package:  Servlet


rwsf::RequestDispatcher rwsf::HandleBase

Local Index

Members

Header File

#include <rwsf/servlet/RequestDispatcher.h>

Description

rwsf::RequestDispatcher forwards requests to other resources within the Agent or to a remote HTTP resource. Instances of this class are created by the Agent. The getNamedDispatcher() and getRequestDispatcher() functions of class rwsf::ServletContext provide access to rwsf::RequestDispatcher objects.


NOTE -- This implementation supports dispatching to other servlets in the same Agent and dispatching to HTTP resources. Direct dispatch to servlets in another Agent is not supported.

Public Constructors

RequestDispatcher();
RequestDispatcher(const rwsf::RequestDispatcher& second);

Public Destructor

~RequestDispatcher();

Public Member Operators

rwsf::RequestDispatcher& 
operator=(const rwsf::RequestDispatcher& second);

Public Member Functions

void 
forward(rwsf::ServletRequest& request, 
        rwsf::ServletResponse& response);
void 
include(rwsf::ServletRequest& request, 
        rwsf::ServletResponse& response);

See Also

rwsf::ServletContext



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.