|
||||||||||
| 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.GenericXmlContextLoader
public class GenericXmlContextLoader
Concrete implementation of AbstractGenericContextLoader which reads
bean definitions from XML resources.
| Field Summary |
|---|
| Fields inherited from class org.springframework.test.context.support.AbstractGenericContextLoader |
|---|
logger |
| Constructor Summary | |
|---|---|
GenericXmlContextLoader()
|
|
| Method Summary | |
|---|---|
protected BeanDefinitionReader |
createBeanDefinitionReader(GenericApplicationContext context)
Creates a new XmlBeanDefinitionReader. |
java.lang.String |
getResourceSuffix()
Returns " -context.xml". |
| 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 |
|---|
public GenericXmlContextLoader()
| Method Detail |
|---|
protected BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext context)
Creates a new XmlBeanDefinitionReader.
createBeanDefinitionReader in class AbstractGenericContextLoadercontext - the context for which the BeanDefinitionReader should be created
AbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext),
XmlBeanDefinitionReaderpublic java.lang.String getResourceSuffix()
-context.xml".
getResourceSuffix in class AbstractContextLoadernull or emptyAbstractContextLoader.getResourceSuffix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||