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

rwsf::GenericServlet

Package:  Servlet


rwsf::GenericServlet rwsf::Servlet

Local Index

Members

Header File

#include <rwsf/servlet/GenericServlet.h>

Description

rwsf::GenericServlet is an abstract class that contains a basic framework for a C++ servlet. The class implements specific functionality beyond that offered by rwsf::Servlet. For flexibility, a servlet that does not service HTTP requests may derive from rwsf::GenericServlet and override the pure virtual service() function inherited from rwsf::Servlet.

In practice, the HydraExpress Agent serves HTTP requests. Most HydraExpress servlets derive from rwsf::HttpServlet.

Public Constructors

GenericServlet();

Public Destructor

virtual
~GenericServlet();

Public Member Functions

virtual void
destroy();
std::string
getInitParameter(const std::string& name) const;
rwsf::Enumeration<std::string>
getInitParameterNames() const;
rwsf::ServletConfig
getServletConfig() const;
rwsf::ServletContext
getServletContext() const;
std::string
getServletInfo() const;
std::string
getServletName() const;
virtual void
init();
virtual void
init(const rwsf::ServletConfig& config);
virtual void
log(const std::string& message) const;
virtual void
log(const std::string& message, const rwsf::Exception& e) const;

See Also

rwsf::HttpServlet



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.