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.Aware
For implementors interested in obtaining a reference to the Grails PluginManager instance.
- Since:
- 0.6
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPluginManager(GrailsPluginManager pluginManager) Sets the plug-in manager on this instance
-
Method Details
-
setPluginManager
Sets the plug-in manager on this instance- Parameters:
pluginManager- The PluginManager
-