|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Interface for web filter configuration, providing access to filter settings and parameters. More...
Public Member Functions | |
| IContext | GetContext () |
| string | GetFilterName () |
| Retrieves the name of the filter. | |
| string | GetInitParameter (const string Key) |
| Gets an initialization parameter. | |
| TdjStrings | GetInitParameterNames () |
Interface for web filter configuration, providing access to filter settings and parameters.
| IContext IWebFilterConfig::GetContext | ( | ) |
| string IWebFilterConfig::GetFilterName | ( | ) |
Retrieves the name of the filter.
Implemented in TdjWebFilterConfig.
| string IWebFilterConfig::GetInitParameter | ( | const string | Key | ) |
Gets an initialization parameter.
| Key | Parameter name |
| TdjStrings IWebFilterConfig::GetInitParameterNames | ( | ) |