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

rwsf::ServletConfig

Package:  Servlet


rwsf::ServletConfig rwsf::Config

Local Index

Members

Header File

#include <rwsf/servlet/ServletConfig.h>

Description

rwsf::ServletConfig holds servlet configuration information. The Agent passes an instance of this class to the init() method of a servlet.

Table 6 lists methods that are either non-standard or not supported at this release.

Table 6: rwsf::ServletConfig deviation from Servlet Specification

Member Description of Difference from Servlet Specification

getInitParameter(std::string)

In the HydraExpress implementation, this member is included in base class rwsf::Config

getInitParameterName()

In the HydraExpress implementation, this member is included in base class rwsf::Config

getServletContext()

In the HydraExpress implementation, this member is included in base class rwsf::Config

Public Constructors

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

Public Destructor

~ServletConfig();

Public Member Operators

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

Public Member Functions

std::string 
getServletName() const;

See Also

rwsf::Config

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.