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

rwsf::FilterConfig

Group:  Servlet


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

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

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

Public Destructors

virtual
~FilterConfig();

Public Member Functions

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

Public Operators

FilterConfig &
operator=(const FilterConfig & 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.