C++ Micro Services

General

  • Overview
  • Build Instructions
  • Getting Started
  • Contributing
  • Legal

Best Practices

  • Tutorial
  • Emulating Singletons

Bundles & Tools

  • Framework
  • Http Service
  • Web Console
  • Shell Service
  • usResourceCompiler3
  • usShell3

API Reference

  • CMake Support
  • Framework API
  • Declarative Services API
  • Configuration Admin API
  • LogService API
  • AsyncWorkService API
  • Http Service API
  • Web Console API
    • AbstractWebConsolePlugin
    • SimpleWebConsolePlugin
    • WebConsoleConstants
    • WebConsoleDefaultVariableResolver
    • WebConsoleVariableResolver
  • Shell Service API

Appendix

  • Change Log
Index
C++ Micro Services
  • Web Console API
  • View page source

Web Console APIΒΆ

These classes are the main API to the WebConsole bundle

Warning

The Web Console API is not final and may be incomplete. It also may change between minor releases without backwards compatibility guarantees.

  • AbstractWebConsolePlugin
    • cppmicroservices::AbstractWebConsolePlugin
      • TemplateData
      • GetLabel()
      • GetTitle()
      • GetCategory()
      • GetVariableResolver()
      • SetVariableResolver()
      • IsHtmlRequest()
      • DoGet()
      • RenderContent()
      • StartResponse()
      • RenderTopNavigation()
      • EndResponse()
      • GetCssReferences()
      • ReadTemplateFile()
  • SimpleWebConsolePlugin
    • cppmicroservices::SimpleWebConsolePlugin
      • SimpleWebConsolePlugin()
      • GetLabel()
      • GetTitle()
      • GetCategory()
      • Register()
      • Unregister()
      • GetCssReferences()
      • GetContext()
  • WebConsoleConstants
    • cppmicroservices::WebConsoleConstants
      • SERVICE_NAME
      • PLUGIN_LABEL
      • PLUGIN_TITLE
      • PLUGIN_CATEGORY
      • PLUGIN_CSS_REFERENCES
      • ATTR_APP_ROOT
      • ATTR_PLUGIN_ROOT
      • ATTR_LABEL_MAP
      • ATTR_CONSOLE_VARIABLE_RESOLVER
  • WebConsoleDefaultVariableResolver
    • cppmicroservices::WebConsoleDefaultVariableResolver
      • Resolve()
      • GetData()
  • WebConsoleVariableResolver
    • cppmicroservices::WebConsoleVariableResolver
      • ~WebConsoleVariableResolver()
      • Resolve()
Previous Next

© Copyright 2017-2023, CppMicroServices Contributors.