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

rwsf::GenericServlet

Group:  Servlet


rwsf::GenericServletrwsf::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 Destructors

virtual
~GenericServlet();

Public Member Functions

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;
void
init(const rwsf::ServletConfig & config);
void
init();
void
log(const std::string & message) const;
void
log(const std::string & message,
    const rwsf::Exception & e) const;


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.