Uses of Class
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Packages that use GroovyBeanDefinitionReader Package Description org.springframework.beans.factory.groovy Support package for Groovy-based bean definitions.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.Uses of GroovyBeanDefinitionReader in org.springframework.beans.factory.groovy
Methods in org.springframework.beans.factory.groovy that return GroovyBeanDefinitionReader Modifier and Type Method Description GroovyBeanDefinitionReaderGroovyBeanDefinitionReader. beans(groovy.lang.Closure<?> closure)Defines a set of beans for the given block or closure.protected GroovyBeanDefinitionReaderGroovyBeanDefinitionReader. invokeBeanDefiningClosure(groovy.lang.Closure<?> callable)When a method argument is only a closure it is a set of bean definitions.Uses of GroovyBeanDefinitionReader in org.springframework.context.support
Methods in org.springframework.context.support that return GroovyBeanDefinitionReader Modifier and Type Method Description GroovyBeanDefinitionReaderGenericGroovyApplicationContext. getReader()Exposes the underlyingGroovyBeanDefinitionReaderfor convenient access to theloadBeanDefinitionmethods on it as well as the ability to specify an inline Groovy bean definition closure.Uses of GroovyBeanDefinitionReader in org.springframework.web.context.support
Methods in org.springframework.web.context.support with parameters of type GroovyBeanDefinitionReader Modifier and Type Method Description protected voidGroovyWebApplicationContext. initBeanDefinitionReader(GroovyBeanDefinitionReader beanDefinitionReader)Initialize the bean definition reader used for loading the bean definitions of this context.protected voidGroovyWebApplicationContext. loadBeanDefinitions(GroovyBeanDefinitionReader reader)Load the bean definitions with the given GroovyBeanDefinitionReader.