@CompileStatic abstract class DynamicPlugin extends Plugin
A dynamic plugin is one that can be loaded into an application and used without restarting the application. Plugin implementations should define the plugin hooks doWithDynamicModules.
| Properties inherited from class | Properties |
|---|---|
class Plugin |
applicationContext, artefacts, enabled, environment, grailsApplication, plugin, pluginManager |
| Constructor and description |
|---|
DynamicPlugin() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Closure |
doWithDynamicModules()Invoked in a phase where plugins can add dynamic modules. |
| Methods inherited from class | Name |
|---|---|
class Plugin |
beans, doWithApplicationContext, doWithDynamicMethods, doWithSpring, getApplicationContext, getConfig, getManager, onChange, onConfigChange, onShutdown, onStartup, setApplicationContext |
Invoked in a phase where plugins can add dynamic modules. Subclasses should override