Package | Description |
---|---|
org.camunda.bpm.cockpit.impl.plugin | |
org.camunda.bpm.webapp | |
org.camunda.bpm.webapp.impl | |
org.camunda.bpm.webapp.plugin.impl |
Constructor and Description |
---|
DefaultPluginRegistry(AppPluginRegistry<CockpitPlugin> wrappedRegistry) |
Modifier and Type | Method and Description |
---|---|
AppPluginRegistry<T> |
AppRuntimeDelegate.getAppPluginRegistry()
A registry that provides access to the plugins registered
in the application.
|
Modifier and Type | Field and Description |
---|---|
protected AppPluginRegistry<T> |
AbstractAppRuntimeDelegate.pluginRegistry |
Modifier and Type | Method and Description |
---|---|
AppPluginRegistry<T> |
AbstractAppRuntimeDelegate.getAppPluginRegistry() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAppPluginRegistry<T extends AppPlugin>
Default implementation of
AppPluginRegistry that loads Plugins
via the ServiceLoader facilities provided by the Java SE platform. |
Copyright © 2015. All rights reserved.