| Interface | Description |
|---|---|
| PluginRegistry |
A simple registry to keep track of deployed plugins.
|
| Class | Description |
|---|---|
| GwtRuntimePluginLoader |
Processes and activates deployed plugin jars.
|
| GwtRuntimePluginManager |
Manages GWT runtime plugins which involves monitoring the plugin directory
(see
GwtRuntimePluginWatcher), and loading the deployed plugins (see
GwtRuntimePluginLoader). |
| GwtRuntimePluginWatcher |
Monitors the plugin directory for changes and loads/removes plugins using the
GwtRuntimePluginLoader. |
| PluginServletContextListener |
Initializes the
RuntimePluginService when the web application starts
up. |
| RuntimePluginServiceImpl |
Provides an Errai RPC endpoint to serve JavaScript runtime plugins (authored
in plain JS) to the client where the corresponding scripts get injected into
the DOM.
|
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.