Uses of Class
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Packages that use GroovyBeanDefinitionReader
Package
Description
Support package for Groovy-based bean definitions.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Classes supporting the
org.springframework.web.context
package,
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 GroovyBeanDefinitionReaderModifier and TypeMethodDescriptionGroovyBeanDefinitionReader.beans
(groovy.lang.Closure<?> closure) Defines a set of beans for the given block or closure.protected GroovyBeanDefinitionReader
GroovyBeanDefinitionReader.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 GroovyBeanDefinitionReaderModifier and TypeMethodDescriptionGenericGroovyApplicationContext.getReader()
Exposes the underlyingGroovyBeanDefinitionReader
for convenient access to theloadBeanDefinition
methods 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 GroovyBeanDefinitionReaderModifier and TypeMethodDescriptionprotected void
GroovyWebApplicationContext.initBeanDefinitionReader
(GroovyBeanDefinitionReader beanDefinitionReader) Initialize the bean definition reader used for loading the bean definitions of this context.protected void
GroovyWebApplicationContext.loadBeanDefinitions
(GroovyBeanDefinitionReader reader) Load the bean definitions with the given GroovyBeanDefinitionReader.