| Class |
Description |
|
AbstractGrailsClass
|
Abstract base class for Grails types that provides common functionality for
evaluating conventions within classes. |
|
AbstractInjectableGrailsClass
|
Configures Grails classe to be autowirable by name, always. |
|
AnnotationDomainClassArtefactHandler
|
Detects annotated domain classes for EJB3 style mappings. |
|
ArtefactHandlerAdapter
|
@author Marc Palmer (marc@anyware.co.uk) |
|
BootstrapArtefactHandler
|
@author Marc Palmer (marc@anyware.co.uk) |
|
ClassPropertyFetcher
|
Accesses class "properties": static fields, static getters, instance fields
or instance getters. |
|
CodecArtefactHandler
|
@author Marc Palmer (marc@anyware.co.uk) |
|
ControllerArtefactHandler
|
Lookup controllers for uris. |
|
ControllerArtefactHandler.ControllerCacheKey
|
|
|
DefaultArtefactInfo
|
Mutable holder of artefact info. |
|
DefaultGrailsApplication
|
Default implementation of the GrailsApplication interface that manages application loading,
state, and artefact instances.
|
|
DefaultGrailsBootstrapClass
|
|
|
DefaultGrailsClass
|
A default implementation for Grails classes that need to be registered and managed by a GrailsApplication,
but don't need any special handling. |
|
DefaultGrailsCodecClass
|
@author Jeff Brown |
|
DefaultGrailsControllerClass
|
Evaluates the conventions contained within controllers to perform auto-configuration. |
|
DefaultGrailsDomainClass
|
@author Graeme Rocher |
|
DefaultGrailsDomainClassProperty
|
Represents a property of a domain class and contains meta information about the
properties relationships, naming conventions and type. |
|
DefaultGrailsServiceClass
|
@author Steven Devijver |
|
DefaultGrailsTagLibClass
|
Default implementation of a tag lib class. |
|
DefaultGrailsUrlMappingsClass
|
|
|
DomainClassArtefactHandler
|
Evaluates the conventions that define a domain class in Grails. |
|
GrailsApplicationFactoryBean
|
Creates a Grails application object based on Groovy files. |
|
GrailsArrayUtils
|
Utility methods for working with Arrays |
|
GrailsClassUtils
|
Utility methods for dealing with Grails class artifacts. |
|
GrailsDomainConfigurationUtil
|
Utility methods used in configuring the Grails Hibernate integration. |
|
GrailsMetaClassUtils
|
Provides utility methods for working with the Groovy MetaClass API. |
|
GrailsStringUtils
|
Extra methods for string manipulation |
|
InstanceFactoryBean
|
Simple singleton instance implementation of Spring's FactoryBean interface |
|
ServiceArtefactHandler
|
@author Marc Palmer (marc@anyware.co.uk) |
|
StandaloneGrailsApplication
|
GrailsApplication implementation to be used in standalone applications |
|
TagLibArtefactHandler
|
Configures tag libraries within namespaces in Grails. |
|
UrlMappingsArtefactHandler
|
A handler for UrlMappings. |