Interface and Description |
---|
AllArtefactClassInjector
Extended marker interface that indicates this ClassInjector applies to all types of artefacts.
|
AnnotatedClassInjector
Injector applied to annotated (local transform) entities
|
BindingError
Represents a problem which occurred during data binding.
|
BindingHelper
@author Jeff Brown
|
ClassInjector
When implemented allows additional properties to be injected into Grails
classes at compile time (ie when they are loaded by the GroovyClassLoader).
|
ClassLoaderAware
@deprecated Use grails.core.support.ClassLoaderAware instead
|
CollectionDataBindingSource
@see DataBindingSource
|
DataBinder
@author Jeff Brown
|
DataBindingListener
A listener which will be notified of events generated during data binding.
|
DataBindingSource
A DataBindingSource is a lot like a Map but is read-only and is
tailored to support data binding.
|
EntityProxyHandler
@author Graeme Rocher
|
ExternalGrailsDomainClass
@author Graeme Rocher
|
FormattedValueConverter
Classes which implement this interface may participate
in the data binding process as formatted value converters.
|
GrailsApplicationDiscoveryStrategy
@deprecated Use org.grails.core.support.GrailsApplicationDiscoveryStrategy instead
|
GrailsBootstrapClass
Loaded and executed on application load.
|
GrailsConfigurationAware
@deprecated Use grails.core.support.GrailsConfigurationAware instead
|
InjectableGrailsClass
@author Graeme Rocher
|
PersistenceContextInterceptor
@author Graeme Rocher
|
ProxyHandler
@author Graeme Rocher
|
RedirectEventListener
@deprecated Use grails.web.mapping.mvc.RedirectEventListener instead
|
RuntimeSpringConfiguration
@author Graeme Rocher
|
StructuredBindingEditor
StructuredBindingEditors convert structured data in a Map
into an object.
|
TransactionManagerAware
@author Graeme Rocher
|
TypedStructuredBindingEditor
@since 2.3.4
|
ValueConverter
@author Jeff Brown
|
VetoingConstraint
Marker interface for vetoing constraint.
|
Class and Description |
---|
AbstractArtefactTypeAstTransformation
Base implementation for the artefact type transformation.
|
AbstractGrailsClass
@deprecated Use org.grails.core.AbstractGrailsClass instead
|
AbstractGrailsPluginManager
@author Graeme Rocher
|
AbstractInjectableGrailsClass
@author Graeme Rocher
|
AbstractVetoingConstraint
TODO: write javadoc
|
AnnotationDomainClassArtefactHandler
@author Graeme Rocher
|
ArtefactHandlerAdapter
@author Graeme Rocher
|
BootstrapArtefactHandler
@deprecated Use org.grails.web.servlet.boostrap.BootstrapArtefactHandler instead
|
CachingLinkGenerator
@author Graeme Rocher
|
ClassEditor
@author Graeme Rocher
|
ClassPropertyFetcher
@author Graeme Rocher
|
ControllerArtefactHandler
@author Graeme Rocher
|
DataBindingListenerAdapter
@author Jeff Brown
|
DataBindingUtils
Utility methods to perform data binding from Grails objects.
|
DefaultConstraintEvaluator
@author Graeme Rocher
|
DefaultGrailsApplication
@deprecated Use grails.core.DefaultGrailsApplication
|
DefaultGrailsBootstrapClass
@deprecated Use org.grails.web.servlet.boostrap.DefaultGrailsBootstrapClass instead
|
DefaultGrailsControllerClass
Evaluates the conventions contained within controllers to perform auto-configuration.
|
DefaultGrailsDomainClass
@author Graeme Rocher
|
DefaultGrailsDomainClassProperty
@author Graeme Rocher
|
DefaultGrailsPluginManager
@deprecated Use grails.plugins.DefaultGrailsPluginManager instead
|
DefaultGrailsServiceClass
@author Graeme Rocher
|
DefaultGrailsTagLibClass
@author Graeme Rocher
|
DefaultGrailsUrlMappingsClass
@deprecated Use org.grails.core.DefaultGrailsUrlMappingsClass instead
|
DefaultLinkGenerator
@author Graeme Rocher
|
DefaultResourceLocator
@deprecated Use org.grails.core.io.DefaultResourceLocator instead
|
DefaultRuntimeSpringConfiguration
@deprecated Use org.grails.spring.DefaultRuntimeSpringConfiguration instead
|
DelegatingApplicationAttributes
@author Graeme Rocher
|
DomainClassPluginSupport
@deprecated Use org.grails.plugins.domain.DomainClassPluginSupport instead
|
EntityASTTransformation
Injects the necessary fields and behaviors into a domain class in order to make it a property GORM entity.
|
ForwardMethod
@author Graeme Rocher
|
GenericBeanFactoryAccessor
A fork of the Spring 2.5.6 GenericBeanFactoryAccess class that was removed from Spring 3.0.
|
GrailsApplicationContext
An ApplicationContext that extends StaticApplicationContext and implements GroovyObject such that
beans can be retrieved with the dot de-reference syntax instead of using getBean('name').
|
GrailsArrayUtils
@author Graeme Rocher
|
GrailsAwareClassLoader
A class loader that is aware of Groovy sources and injection operations.
|
GrailsAwareInjectionOperation
A Groovy compiler injection operation that uses a specified array of
ClassInjector instances to attempt AST injection.
|
GrailsConfig
@author Graeme Rocher
|
GrailsConfigUtils
@deprecated Use org.grails.web.servlet.context.GrailsConfigUtils instead
|
GrailsDispatcherServlet
@deprecated Use org.grails.web.servlet.mvc.GrailsDispatcherServlet instead
|
GrailsDomainClassCleaner
@deprecated Use org.grails.plugins.domain.support.GrailsDomainClassCleaner instead
|
GrailsDomainClassValidator
@author Graeme Rocher
|
GrailsExceptionResolver
@deprecated Use org.grails.web.errors.GrailsExceptionResolver instead
|
GrailsFlashScope
@deprecated Use org.grails.web.servlet.GrailsFlashScope instead
|
GrailsHttpSession
An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map.
|
GrailsIOUtils
@deprecated Use grails.io.IOUtils instead
|
GrailsParameterMap
A parameter map class that allows mixing of request parameters and controller parameters.
|
GrailsRuntimeConfigurator
Handles the runtime configuration of the Grails ApplicationContext.
|
GrailsStringUtils
@author Graeme Rocher
|
GrailsUrlPathHelper
@deprecated Use org.grails.web.servlet.GrailsUrlPathHelper instead
|
GrailsVersionUtils
@deprecated Use grails.plugins.GrailsVersionUtils instead
|
GrailsWebApplicationContext
A WebApplicationContext that extends StaticApplicationContext to allow for programmatic
configuration at runtime.
|
GrailsWebDataBinder
@deprecated Use grails.web.databinding.GrailsWebDataBinder
|
GrailsWebRequest
@author Graeme Rocher
|
HttpHeaders
Created by graemerocher on 18/06/2014.
|
IncludeExcludeSupport
@author Graeme Rocher
|
MetaClassEnhancer
@author Graeme Rocher
|
PersistenceContextInterceptorExecutor
@deprecated Use grails.persistence.support.PersistenceContextInterceptorExecutor instead
|
RenderDynamicMethod
@author Graeme Rocher
|
ServletContextHolder
@deprecated Use grails.web.context.ServletContextHolder instead
|
ShutdownOperations
Operations that should be executed on shutdown.
|
SimpleDataBinder
@since 2.3
|
SimpleMapDataBindingSource
@deprecated Use grails.databinding.SimpleMapDataBindingSource
|
SoftThreadLocalMap
@deprecated Use org.grails.core.util.SoftThreadLocalMap instead
|
WebUtils
@author Graeme Rocher
|
WrappedResponseHolder
@author Graeme Rocher
|
Exception and Description |
---|
ConstraintException
Thrown when an error occurs applying a constraint to a property.
|
ControllerExecutionException
@author Graeme Rocher
|
GrailsConfigurationException
@author Graeme Rocher
|
GrailsDomainException
@author Graeme Rocher
|
GrailsException
@author Graeme Rocher
|
GrailsMVCException
Thrown when an unrecoverable error occured in the Grails MVC framework.
|
GrailsRuntimeException
@author Graeme Rocher
|
Method and Description |
---|
GrailsWebRequest#lookupApplication()
Looks up the GrailsApplication from the current request.
|