|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.test.context.support.AbstractContextLoader
org.springframework.test.context.support.AbstractGenericContextLoader
org.springframework.test.context.support.GenericPropertiesContextLoader
public class GenericPropertiesContextLoader
Concrete implementation of AbstractGenericContextLoader that reads
bean definitions from Java Properties resources.
| 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. |
java.lang.String |
getResourceSuffix()
Returns " -context.properties". |
| Methods inherited from class org.springframework.test.context.support.AbstractGenericContextLoader |
|---|
customizeBeanFactory, customizeContext, loadBeanDefinitions, loadContext, loadContext, prepareContext |
| Methods inherited from class org.springframework.test.context.support.AbstractContextLoader |
|---|
generateDefaultLocations, isGenerateDefaultLocations, modifyLocations, processContextConfiguration, processLocations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericPropertiesContextLoader()
| Method Detail |
|---|
protected BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext context)
PropertiesBeanDefinitionReader.
createBeanDefinitionReader in class AbstractGenericContextLoadercontext - the context for which the BeanDefinitionReader
should be created
PropertiesBeanDefinitionReaderpublic java.lang.String getResourceSuffix()
-context.properties".
getResourceSuffix in class AbstractContextLoadernull or emptyAbstractContextLoader.generateDefaultLocations(Class)
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||