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
          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
          Deprecated. This class is deprecated from version 1.2 and above

Created: Aug 21, 2007 Time: 8:00:36 AM

 

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
          A Grails view resolver which evaluates the existance of a view for different extensions choosing which one to delegate to.
 



Copyright (c) 2005-2009 The Grails project