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

Packages that use PluginManagerAware
org.codehaus.groovy.grails.context.support   
org.codehaus.groovy.grails.plugins   
 

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
          An interface that 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
          Implements the PluginMetaManager interface by parsing a set of plugin.xml files from the given set of resources
 



Copyright (c) 2005-2009 The Grails project