Package grails.plugins
Interface PluginManagerAware
-
- All Superinterfaces:
org.springframework.beans.factory.Aware
- All Known Implementing Classes:
DefaultResourceLocator,PluginAwareResourceBundleMessageSource
public interface PluginManagerAware extends org.springframework.beans.factory.AwareFor implementors interested in obtaining a reference to the Grails PluginManager instance.- Since:
- 0.6
- See Also:
GrailsPluginManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPluginManager(GrailsPluginManager pluginManager)Sets the plug-in manager on this instance
-
-
-
Method Detail
-
setPluginManager
void setPluginManager(GrailsPluginManager pluginManager)
Sets the plug-in manager on this instance- Parameters:
pluginManager- The PluginManager
-
-