|
Daraja HTTP Framework 3.0.7-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. | |
| TdjStrings | GetInitParameterNames () |
| Gets all initialization parameter names. | |
| Init (const IContextConfig Config) | |
| Initializes the context with the given configuration. | |
| 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. |
Implemented in TdjContext.
| TdjStrings IContext::GetInitParameterNames | ( | ) |
Gets all initialization parameter names.
Implemented in TdjContext.
| IContext::Init | ( | const IContextConfig | Config | ) |
Initializes the context with the given configuration.
| Config | The context configuration to use. |
Implemented in TdjContext.
| IContext::Log | ( | const string | Msg | ) |
Logs a message to the configured logging system.
| Msg | The message to log. |
Implemented in TdjContext.