The Spring Framework

Uses of Class
org.springframework.test.context.support.AbstractContextLoader

Packages that use AbstractContextLoader
org.springframework.test.context.support Support classes for the Spring TestContext Framework
 

Uses of AbstractContextLoader in org.springframework.test.context.support
 

Subclasses of AbstractContextLoader in org.springframework.test.context.support
 class AbstractGenericContextLoader
           Abstract, generic extension of AbstractContextLoader which loads a GenericApplicationContext from the locations provided to AbstractGenericContextLoader.loadContext(String...).
 class GenericPropertiesContextLoader
           Concrete implementation of AbstractGenericContextLoader which reads bean definitions from Java Properties resources.
 class GenericXmlContextLoader
           Concrete implementation of AbstractGenericContextLoader which reads bean definitions from XML resources.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.