The Spring Framework

Uses of Interface
org.springframework.test.context.ContextLoader

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

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

Classes in org.springframework.test.context.support that implement ContextLoader
 class AbstractContextLoader
           Abstract application context loader, which provides a basis for all concrete implementations of the ContextLoader strategy.
 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.