|
spring-test | ||||||||
| 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 that 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 org.springframework.beans.factory.support.BeanDefinitionReader |
createBeanDefinitionReader(org.springframework.context.support.GenericApplicationContext context)
Create a new XmlBeanDefinitionReader. |
java.lang.String |
getResourceSuffix()
Returns " -context.xml". |
| 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 GenericXmlContextLoader()
| Method Detail |
|---|
protected org.springframework.beans.factory.support.BeanDefinitionReader createBeanDefinitionReader(org.springframework.context.support.GenericApplicationContext context)
XmlBeanDefinitionReader.
createBeanDefinitionReader in class AbstractGenericContextLoadercontext - the context for which the BeanDefinitionReader
should be created
XmlBeanDefinitionReaderpublic java.lang.String getResourceSuffix()
-context.xml".
getResourceSuffix in class AbstractContextLoadernull or emptyAbstractContextLoader.generateDefaultLocations(Class)
|
spring-test | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||