Class VueJsConsoleWeblet

All Implemented Interfaces:
Iterable<ComponentType>, Channel, ComponentType, Eligible, Manager

Provides resources using Request/Response events.

Some resource requests (page resource, conlet resource) are forwarded via the WebConsole component to the web console components.

  • Constructor Details

    • VueJsConsoleWeblet

      public VueJsConsoleWeblet(Channel webletChannel, Channel consoleChannel, URI consolePrefix)
      Instantiates a new vue.js UI weblet.
      Parameters:
      webletChannel - the weblet channel
      consoleChannel - the console channel
      consolePrefix - the console prefix
  • Method Details