Uses of Interface
org.codehaus.groovy.grails.plugins.PluginManagerAware

Packages that use PluginManagerAware
org.codehaus.groovy.grails.context.support   
org.codehaus.groovy.grails.plugins   
org.codehaus.groovy.grails.scaffolding.view   
org.codehaus.groovy.grails.web.servlet.view   
 

Uses of PluginManagerAware in org.codehaus.groovy.grails.context.support
 

Classes in org.codehaus.groovy.grails.context.support that implement PluginManagerAware
 class PluginAwareResourceBundleMessageSource
          A ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins.
 

Uses of PluginManagerAware in org.codehaus.groovy.grails.plugins
 

Subinterfaces of PluginManagerAware in org.codehaus.groovy.grails.plugins
 interface PluginMetaManager
          Enables the evaluation of Plug-in Metadata supplied by the plug-ins plugin.xml file.
 

Classes in org.codehaus.groovy.grails.plugins that implement PluginManagerAware
 class DefaultPluginMetaManager
          Deprecated. This class is deprecated from version 1.2 and above
 

Uses of PluginManagerAware in org.codehaus.groovy.grails.scaffolding.view
 

Classes in org.codehaus.groovy.grails.scaffolding.view that implement PluginManagerAware
 class ScaffoldingViewResolver
          Overrides the default Grails view resolver and resolves scaffolded views at runtime.
 

Uses of PluginManagerAware in org.codehaus.groovy.grails.web.servlet.view
 

Classes in org.codehaus.groovy.grails.web.servlet.view that implement PluginManagerAware
 class GrailsViewResolver
          Evaluates the existance of a view for different extensions choosing which one to delegate to.