|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Web Filter configuration. More...
Public Member Functions | |
| IContext | GetContext () |
| Get the current context. | |
Protected Member Functions | |
| Add (const string Key, const string Value) | |
| Adds a key-value pair to configuration. | |
| string | GetFilterName () |
| Retrieves the name of the filter. | |
| string | GetInitParameter (const string Key) |
| Gets an initialization parameter. | |
| TdjStrings | GetInitParameterNames () |
| SetContext (const IContext Context) | |
| Sets the context for this configuration. | |
Private Member Functions | |
| IContext | GetContext () |
| string | GetInitParameter (const string Key) |
| Gets an initialization parameter. | |
| TdjStrings | GetInitParameterNames () |
Web Filter configuration.
|
protectedinherited |
Adds a key-value pair to configuration.
| Key | Parameter name |
| Value | Parameter value |
Implements IWriteableConfig.
|
inherited |
Get the current context.
References TdjAbstractConfig().
|
protected |
Retrieves the name of the filter.
Implements IWebFilterConfig.
|
protectedinherited |
Gets an initialization parameter.
| Key | Parameter name |
Implements IContextConfig.
|
protectedinherited |
Implements IContextConfig.
|
protectedinherited |
Sets the context for this configuration.
| Context | Context to set |
| EWebComponentException | if the context is nil or if the context is already set and differs from the new context. |
Implements IWriteableConfig.