Class |
Description |
DefaultBeanConfiguration
|
Default implementation of the BeanConfiguration interface . |
DefaultRuntimeSpringConfiguration
|
A programmable runtime Spring configuration that allows a spring ApplicationContext
to be constructed at runtime. |
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'). |
GrailsContextEvent
|
Signals various events related to the Grails context loading. |
GrailsRuntimeConfigurator
|
Handles the runtime configuration of the Grails ApplicationContext. |
GrailsWebApplicationContext
|
A WebApplicationContext that extends StaticApplicationContext to allow for programmatic
configuration at runtime. |
OptimizedAutowireCapableBeanFactory
|
Applies autowiring performance optimizations to Spring |
RuntimeSpringConfigUtilities
|
@since 2.4 |
TypeSpecifyableTransactionProxyFactoryBean
|
Allows the type of the underlying object to be specified explicitly. |
WebRuntimeSpringConfiguration
|
Subclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances. |