Uses of Package
org.codehaus.groovy.grails.plugins

Packages that use org.codehaus.groovy.grails.plugins
org.codehaus.groovy.grails.commons.spring   
org.codehaus.groovy.grails.plugins   
org.codehaus.groovy.grails.plugins.support.aware   
org.codehaus.groovy.grails.web.servlet.view   
 

Classes in org.codehaus.groovy.grails.plugins used by org.codehaus.groovy.grails.commons.spring
GrailsPluginManager
          A class that handles the loading and management of plug-ins in the Grails system.
 

Classes in org.codehaus.groovy.grails.plugins used by org.codehaus.groovy.grails.plugins
AbstractGrailsPlugin
          Abstract implementation that provides some default behaviours
AbstractGrailsPluginManager
          Abstract implementation of the GrailsPluginManager interface
BasePluginFilter
          Base functionality shared by IncludingPluginFilter and ExcludingPluginFilter
GrailsPlugin
          Plugin interface that adds Spring BeanDefinitions to a registry based on a GrailsApplication object.
GrailsPluginManager
          A class that handles the loading and management of plug-ins in the Grails system.
PluginFilter
          Defines interface for obtaining a sublist of GrailsPlugin instances based on an original supplied list of GrailsPlugin instances
PluginManagerAware
          An interface for implementors interested in obtaining a reference to the Grails PluginManager instance
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 used by org.codehaus.groovy.grails.plugins.support.aware
AbstractGrailsPlugin
          Abstract implementation that provides some default behaviours
GrailsPlugin
          Plugin interface that adds Spring BeanDefinitions to a registry based on a GrailsApplication object.
 

Classes in org.codehaus.groovy.grails.plugins used by org.codehaus.groovy.grails.web.servlet.view
PluginMetaManager
          An interface that enables the evaluation of Plug-in Metadata supplied by the plug-ins plugin.xml file
 



Copyright (c) 2005-2006 The Grails project