|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Interface for writable configuration objects that can be modified at runtime. More...
Public Member Functions | |
| Add (const string Key, const string Value) | |
| Adds a key-value pair to configuration. | |
| SetContext (const IContext Context) | |
| Sets the context for this configuration. | |
Interface for writable configuration objects that can be modified at runtime.
| IWriteableConfig::Add | ( | const string | Key, |
| const string | Value ) |
Adds a key-value pair to configuration.
| Key | Parameter name |
| Value | Parameter value |
Implemented in TdjAbstractConfig, and TdjContext.
| IWriteableConfig::SetContext | ( | const IContext | Context | ) |
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. |
Implemented in TdjAbstractConfig, and TdjContext.