Interface | Description |
---|---|
PluginClassLoader | A marker interface which, when implemented by a class extending ClassLoader, indicates that this particular class loader is used to load plugin code. |
PluginProxy | Interface exposing information about a proxied plugin class. |
TargetSelector |
Class | Description |
---|---|
PluginProxies | Creates proxies for code loaded from a plugin, ensuring that the class loader of the proxied class will be used as context class loader when methods from plugins are being invoked, and that the JIDE Charts license is cleared before plugin code |
Enum | Description |
---|---|
ActionMapping.Type | |
ToolbarPosition | This enum was historically used to put actions in the old SoapUI toolbar but is obsolete in ReadyAPI. |
Annotation Type | Description |
---|---|
ActionConfiguration | Provides additional Action configuration to action classes in a plugin. |
ActionConfigurations | |
ActionGroup | Provides additional Action configuration to action classes in a plugin. |
ActionMapping | |
UsePluginClassloader | Indicates that a method or class in a plugin should use a plugin-internal context classloader. |