Class GenericGroovyXmlContextLoader

All Implemented Interfaces:
AotContextLoader, ContextLoader, SmartContextLoader

public class GenericGroovyXmlContextLoader extends GenericXmlContextLoader
Concrete implementation of AbstractGenericContextLoader that reads 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: