|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.plugins.PluginManagerHolder
public abstract class PluginManagerHolder
Manages a thread bound plugin manager instance
Constructor Summary | |
---|---|
PluginManagerHolder()
|
Method Summary | |
---|---|
static GrailsPluginManager |
currentPluginManager()
Retrieves the bound GrailsPluginManager that resides in the current Thread |
static GrailsPluginManager |
getPluginManager()
Retrieves the GrailsPluginManager bound to the current Thread |
static void |
setPluginManager(GrailsPluginManager pluginManager)
Bind the given GrailsPluginManager instance to the current Thread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginManagerHolder()
Method Detail |
---|
public static void setPluginManager(GrailsPluginManager pluginManager)
pluginManager
- The GrailsPluginManager to exposepublic static GrailsPluginManager getPluginManager()
public static GrailsPluginManager currentPluginManager()
IllegalStateException
- When there is no bound GrailsPluginManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |