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: