Interface | Description |
---|---|
ClassLoaderAware | Convenience interface that can be implemented by classes that are registered by plugins. |
GrailsApplicationAware | |
GrailsConfigurationAware | Obtains the Grails ConfigObject via Spring. |
Class | Description |
---|---|
ClassLoaderAwareBeanPostProcessor | |
GrailsApplicationAwareBeanPostProcessor | Implementation of org.springframework.beans.factory.config.BeanPostProcessor that recognizes GrailsApplicationAware and injects and instance of GrailsApplication. |
PluginManagerAwareBeanPostProcessor | Auto-injects beans that implement PluginManagerAware. |