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 Type
    Method
    Description
    void
    Sets the plug-in manager on this instance
  • Method Details

    • setPluginManager

      void setPluginManager(GrailsPluginManager pluginManager)
      Sets the plug-in manager on this instance
      Parameters:
      pluginManager - The PluginManager