|
Daraja HTTP Framework 3.2.1-SNAPSHOT
HTTP server framework for Object Pascal
|
Interface for server contexts that provide access to configuration and resources. More...
Public Member Functions | |
| IContextConfig | GetContextConfig () |
| Get the context configuration. | |
| string | GetContextPath () |
| Get the context path. | |
| string | GetInitParameter (const string Key) |
| Gets the value of an initialization parameter. | |
| TdjStringArray | GetInitParameterNames () |
| Gets all initialization parameter names. | |
| Log (const string Msg) | |
| Logs a message to the configured logging system. | |
Interface for server contexts that provide access to configuration and resources.
| IContextConfig IContext::GetContextConfig | ( | ) |
| string IContext::GetContextPath | ( | ) |
| string IContext::GetInitParameter | ( | const string | Key | ) |
Gets the value of an initialization parameter.
| Key | The parameter name. Parameter names are case-sensitive. |
Implemented in TdjContext.
| TdjStringArray IContext::GetInitParameterNames | ( | ) |
Gets all initialization parameter names.
Implemented in TdjContext.
| IContext::Log | ( | const string | Msg | ) |
Logs a message to the configured logging system.
| Msg | The message to log. |
Implemented in TdjContext.