class documentation
class HttpWebUI:
Plugin class to add the Web UI functionality to the HTTP server.
The web UI is registered at the root of the HTTP server or at the path specified in the configuration under the endpoint "webui".
| Method | configure |
Configure the plugin based on the configuration settings. |
| Method | start |
Start the web UI plugin. |
| Method | validate |
Validate the plugin configuration. |
| Class Variable | http |
The injected HttpServer plugin instance is injected by the PluginManager based on the declared dependency. The plugin will only be loaded if the HttpServer plugin is loaded. |
| Instance Variable | webui |
The web UI instance. |
| Instance Variable | webui |
The directory where the web UI is located. |
Configure the plugin based on the configuration settings.
| Parameters | |
config:Configuration | The configuration object. |