org.springframework.test.context.support
Class GenericPropertiesContextLoader

java.lang.Object
  extended by org.springframework.test.context.support.AbstractContextLoader
      extended by org.springframework.test.context.support.AbstractGenericContextLoader
          extended by org.springframework.test.context.support.GenericPropertiesContextLoader
All Implemented Interfaces:
ContextLoader

public class GenericPropertiesContextLoader
extends AbstractGenericContextLoader

Concrete implementation of AbstractGenericContextLoader which reads bean definitions from Java Properties resources.

Since:
2.5
Author:
Sam Brannen

Field Summary
 
Fields inherited from class org.springframework.test.context.support.AbstractGenericContextLoader
logger
 
Constructor Summary
GenericPropertiesContextLoader()
           
 
Method Summary
protected  BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext context)
           Creates a new PropertiesBeanDefinitionReader.
 String getResourceSuffix()
          Returns "-context.properties".
 
Methods inherited from class org.springframework.test.context.support.AbstractGenericContextLoader
customizeBeanFactory, customizeContext, loadContext, prepareContext
 
Methods inherited from class org.springframework.test.context.support.AbstractContextLoader
generateDefaultLocations, isGenerateDefaultLocations, modifyLocations, processLocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericPropertiesContextLoader

public GenericPropertiesContextLoader()
Method Detail

createBeanDefinitionReader

protected BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext context)

Creates a new PropertiesBeanDefinitionReader.

Specified by:
createBeanDefinitionReader in class AbstractGenericContextLoader
Parameters:
context - the context for which the BeanDefinitionReader should be created
Returns:
a new PropertiesBeanDefinitionReader.
See Also:
AbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext), PropertiesBeanDefinitionReader

getResourceSuffix

public String getResourceSuffix()
Returns "-context.properties".

Specified by:
getResourceSuffix in class AbstractContextLoader
Returns:
the resource suffix; should not be null or empty
See Also:
AbstractContextLoader.getResourceSuffix()


Copyright © 2002-2008 The Spring Framework.