|
Daraja HTTP Framework 3.0-MS1
HTTP server framework for Object Pascal
|
Generic configuration. More...
Inheritance diagram for TdjAbstractConfig:Public Member Functions | |
| TdjAbstractConfig () | |
| Constructor. | |
| ~TdjAbstractConfig () | |
| Destructor. | |
| Add (const string Key, const string Value) | |
| Add a configuration parameter. | |
| SetContext (const IContext Context) | |
| Set the context. | |
| string | GetInitParameter (const string Key) |
| Get init parameter. | |
| TdjStrings | GetInitParameterNames () |
| Get init parameter names. | |
| IContext | GetContext () |
| Get the context. | |
Generic configuration.
| TdjAbstractConfig::Add | ( | const string | Key, |
| const string | Value ) |
Add a configuration parameter.
| Key | key |
| Value | value |
| TdjAbstractConfig::SetContext | ( | const IContext | Context | ) |
Set the context.
| Context | the context |