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

rwsf::FilterConfig

Package:  Servlet


rwsf::FilterConfig rwsf::Config

Local Index

Members

Header File

#include <rwsf/servlet/FilterConfig.h>

Description

rwsf::FilterConfig contains the configuration information provided in the deployment descriptor of a given filter. After a filter is initialized, the filter accesses configuration information by using the getFilterConfig() method of rwsf::Filter. This class provides a function that returns the filter name, and inherits functions for working with initialization parameters and the filter context.

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

Table 2: rwsf::FilterConfig 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

FilterConfig();
FilterConfig(const FilterConfig& config);
FilterConfig(const FilterConfigImp& *impl);

Public Destructor

~FilterConfig();

Public Member Operators

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

Public Member Functions

rwsf::ServletContext
getServletContext() const;
std::string 
getFilterName() const;

See Also

rwsf::Filter



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.