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

rwsf::ServletConfig

Group:  Servlet


rwsf::ServletConfigrwsf::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.

The following table lists methods that are either non-standard or not supported at this release.

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 ServletConfig & second);

Public Destructors

virtual
~ServletConfig();

Public Member Functions

std::string
getServletName() const;

Public Operators

ServletConfig &
operator=(const ServletConfig & second);


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.