| Interface | Description |
|---|---|
| IPluginController |
May be implemented by a bean plugin resource that will be used as a controller for the plugin.
|
| IPluginEvent |
CareWeb plugins may implement this interface to respond to container-based events.
|
| IPluginEventListener |
CareWeb plugins may implement this interface to respond to container-based events.
|
| IPluginResource |
Interface for all plugin-associated resources.
|
| Class | Description |
|---|---|
| PluginController |
Base controller for plugins.
|
| PluginDefinition |
Each instance of this class defines a complete definition of a CareWeb plugin.
|
| PluginDefinition.Authority |
Represents a security authority.
|
| PluginEvent |
Event for all plugin-related actions.
|
| PluginRegistry |
Registry of all known plugins.
|
| PluginResourceAction |
Resource for declaring actions supported by a plugin.
|
| PluginResourceBean |
Resource for declaring helper beans associated with the plugin.
|
| PluginResourceButton |
Resource for declaring buttons to appear on common toolbar.
|
| PluginResourceCommand |
Resource for declaring commands supported by a plugin.
|
| PluginResourceCSS |
Resource for declaring style sheets associated with the plugin.
|
| PluginResourceHelp |
Resource for declaring items to appear under the help menu.
|
| PluginResourceMenu |
Resource for declaring items to appear on the common menu.
|
| PluginResourcePropertyGroup |
Resource for declaring property groups associated with the plugin.
|
| PluginStatus |
Base class for defining logic that determines when a plugin should be enabled.
|
| PluginWakeOnMessage |
This can serve as a bean resource for a plugin to insure that a plugin is loaded when a specific
generic event is received.
|
| PluginXmlHandler |
This class registers the xml parser for the plugin namespace.
|
| PluginXmlParser |
Spring xml configuration file parser extension.
|
| Enum | Description |
|---|---|
| PluginEvent.PluginAction |
Actions that may be performed on the container.
|
| Exception | Description |
|---|---|
| PluginException |
Superclass for all exceptions thrown due to a plugin-related error.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.