public abstract class AbstractGrailsPlugin extends GroovyObjectSupport implements GrailsPlugin
Abstract implementation that provides some default behaviours
| Modifiers | Name | Description |
|---|---|---|
static String |
PLUGIN_GROOVY |
|
static String |
PLUGIN_GROOVY_PATH |
|
static String |
PLUGIN_YML |
|
static String |
PLUGIN_YML_PATH |
|
protected ApplicationContext |
applicationContext |
|
protected Config |
config |
|
protected Map<String, Object> |
dependencies |
|
protected String[] |
dependencyNames |
|
protected String[] |
evictionList |
|
protected GrailsApplication |
grailsApplication |
|
protected boolean |
isBase |
|
protected GrailsPluginManager |
manager |
|
protected Class<?> |
pluginClass |
|
protected PropertySource<?> |
propertySource |
|
protected String |
version |
| Constructor and description |
|---|
AbstractGrailsPlugin(Class<?> pluginClass, GrailsApplication application) |
| Methods inherited from class | Name |
|---|---|
class GroovyObjectSupport |
equals, getClass, getMetaClass, getProperty, hashCode, invokeMethod, notify, notifyAll, setMetaClass, setProperty, toString, wait, wait, wait |