spring-framework / org.springframework.test.context.web / GenericGroovyXmlWebContextLoader

GenericGroovyXmlWebContextLoader

open class GenericGroovyXmlWebContextLoader : GenericXmlWebContextLoader

Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from Groovy scripts and XML configuration files.

Default resource locations are detected using the suffixes "-context.xml" and "Context.groovy".

Author
Sam Brannen

Since
4.1

See Also
GroovyBeanDefinitionReaderGenericXmlWebContextLoaderAnnotationConfigWebContextLoader

Constructors

<init>

GenericGroovyXmlWebContextLoader()

Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from Groovy scripts and XML configuration files.

Default resource locations are detected using the suffixes "-context.xml" and "Context.groovy".