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

Packages that use org.codehaus.groovy.grails.commons.spring
grails.spring   
grails.util   
org.codehaus.groovy.grails.commons   
org.codehaus.groovy.grails.commons.spring   
org.codehaus.groovy.grails.plugins   
org.codehaus.groovy.grails.plugins.support.aware   
org.codehaus.groovy.grails.web.servlet.filter   
 

Classes in org.codehaus.groovy.grails.commons.spring used by grails.spring
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?
 

Classes in org.codehaus.groovy.grails.commons.spring used by grails.util
GrailsWebApplicationContext
          A WebApplicationContext that extends StaticApplicationContext to allow for programmatic configuration at runtime.
 

Classes in org.codehaus.groovy.grails.commons.spring used by org.codehaus.groovy.grails.commons
GrailsResourceHolder
          A class that holds references to all the Grails resource instances to support class reloading
 

Classes in org.codehaus.groovy.grails.commons.spring used by org.codehaus.groovy.grails.commons.spring
BeanConfiguration
          An interface that represent a runtime bean configuration 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')
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?
 

Classes in org.codehaus.groovy.grails.commons.spring used by org.codehaus.groovy.grails.plugins
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?
 

Classes in org.codehaus.groovy.grails.commons.spring used by org.codehaus.groovy.grails.plugins.support.aware
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?
 

Classes in org.codehaus.groovy.grails.commons.spring used by org.codehaus.groovy.grails.web.servlet.filter
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')
 



Copyright (c) 2005-2006 The Grails project