applicationContext.beanDefinitionNames.each {
println "Spring Bean: " + it
}
Echo Spring beans names in doWithApplicationContext for debug purposes
at Wednesday, September 16, 2009
In a Grails plugin doWithApplicationContext closure you may find it useful to see what Spring beans have been built by you doWithSpring closure.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment