Class |
Description |
AbstractGrailsPlugin
|
Abstract implementation that provides some default behaviours |
AbstractGrailsPluginManager
|
Abstract implementation of the GrailsPluginManager interface |
AstPluginDescriptorReader
|
Used to read plugin information from the AST. |
BasePluginFilter
|
Base functionality shared by IncludingPluginFilter and
ExcludingPluginFilter . |
BasicGrailsPluginInfo
|
Simple Javabean implementation of the GrailsPluginInfo interface. |
BinaryGrailsPlugin
|
Models a pre-compiled binary plugin. |
BinaryGrailsPluginDescriptor
|
Holds a reference to the parsed grails-plugin.xml descriptor and the
resource used to parse the descriptor |
CodecsGrailsPlugin
|
Configures pluggable codecs. |
CompositePluginDescriptorReader
|
Combines different implementation into one. |
CoreGrailsPlugin
|
Configures the core shared beans within the Grails application context. |
CorePluginFinder
|
Loads core plugin classes. |
DefaultGrailsPlugin
|
Implementation of the GrailsPlugin interface that wraps a Groovy plugin class
and provides the magic to invoke its various methods from Java. |
DefaultGrailsPluginManager
|
|
DomainClassGrailsPlugin
|
Configures the domain classes in the spring context. |
DomainClassPluginSupport
|
@author Graeme Rocher |
ExcludingPluginFilter
|
Implementation of PluginFilter which removes that all of the supplied
plugins (identified by name) as well as their dependencies are omitted from the
filtered plugin list. |
GrailsPluginManagerFactoryBean
|
A factory bean for loading the GrailsPluginManager instance. |
GrailsPluginUtils
|
Utility class containing methods that aid in loading and evaluating plug-ins. |
GrailsVersionUtils
|
|
IdentityPluginFilter
|
No-op implementation of PluginFilter . |
IncludingPluginFilter
|
Implementation of PluginFilter which ensures that only the supplied
plugins (identified by name) as well as their dependencies are included in the filtered plugin list. |
MockGrailsPluginManager
|
@author Graeme Rocher |
PluginFilterRetriever
|
Implements mechanism for figuring out what PluginFilter
implementation to use based on a set of provided configuration properties. |
PluginInfo
|
Used mainly by the build system that encapsulates access to information
about the underlying plugin by delegating to the methods in GrailsPluginUtils. |
ProfilingGrailsPluginManager
|
A GrailsPluginManager implementation that outputs profile data to a logger. |
Servlet3AsyncWebXmlProcessor
|
Enables async processing on all filters in the chain |
ValidationGrailsPlugin
|
|
VersionComparator
|
|
XmlPluginDescriptorReader
|
Reads plugin information from the plugin.xml descriptor. |