Package org.codehaus.groovy.grails.commons.spring

Interface Summary
BeanConfiguration An interface that represent a runtime bean configuration Credit must go to Solomon Duskis and the article: http://jroller.com/page/Solomon?
RuntimeSpringConfiguration A programmable runtime Spring configuration that allows a spring ApplicationContext to be constructed at runtime Credit must go to Solomon Duskis and the article: http://jroller.com/page/Solomon?
 

Class Summary
DefaultBeanConfiguration Default implementation of the BeanConfiguration interface Credit must go to Solomon Duskis and the article: http://jroller.com/page/Solomon?
DefaultRuntimeSpringConfiguration A programmable runtime Spring configuration that allows a spring ApplicationContext to be constructed at runtime Credit must go to Solomon Duskis and the article: http://jroller.com/page/Solomon?
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 An event object used to signal various events related to the Grails context loading
GrailsResourceHolder A class that holds references to all the Grails resource instances to support class reloading
GrailsRuntimeConfigurator A class that handles the runtime configuration of the Grails ApplicationContext
GrailsWebApplicationContext A WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime.
ReloadAwareAutowireCapableBeanFactory A BeanFactory that can deal with class cast exceptions that may occur due to class reload events and then attempt to reload the bean being instantiated to avoid them.
TypeSpecifyableTransactionProxyFactoryBean Allows the type of the underlying object to be specified explicitly.
WebRuntimeSpringConfiguration Subclasses DefaultRuntimeSpringConfiguration to provide construction of WebApplicationContext instances
 



Copyright (c) 2005-2009 The Grails project