Class GenericGroovyXmlWebContextLoader

All Implemented Interfaces:
AotContextLoader, ContextLoader, SmartContextLoader

public class GenericGroovyXmlWebContextLoader extends 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".

Since:
4.1
Author:
Sam Brannen
See Also: