Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
IWebFilterConfig Interface Reference

Interface for web filter configuration, providing access to filter settings and parameters. More...

Inheritance diagram for IWebFilterConfig:
TdjWebFilterConfig

Public Member Functions

IContext GetContext ()
string GetFilterName ()
 Retrieves the name of the filter.
string GetInitParameter (const string Key)
 Gets an initialization parameter.
TdjStrings GetInitParameterNames ()

Detailed Description

Interface for web filter configuration, providing access to filter settings and parameters.

Member Function Documentation

◆ GetContext()

IContext IWebFilterConfig::GetContext ( )
Returns
Context this filter belongs to

◆ GetFilterName()

string IWebFilterConfig::GetFilterName ( )

Retrieves the name of the filter.

Returns
A string representing the name of the filter.

Implemented in TdjWebFilterConfig.

◆ GetInitParameter()

string IWebFilterConfig::GetInitParameter ( const string Key)

Gets an initialization parameter.

Parameters
KeyParameter name
Returns
Parameter value or empty string if not found

◆ GetInitParameterNames()

TdjStrings IWebFilterConfig::GetInitParameterNames ( )
Returns
Names of all initialization parameters