| java.lang.Object | |||
| ↳ | org.springframework.test.context.support.AbstractContextLoader | ||
| ↳ | org.springframework.test.context.support.AbstractGenericContextLoader | ||
| ↳ | org.springframework.test.context.support.GenericXmlContextLoader | ||
Concrete implementation of AbstractGenericContextLoader which reads
bean definitions from XML resources.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.test.context.support.AbstractGenericContextLoader
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns "
-context.xml". | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
XmlBeanDefinitionReader. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.test.context.support.AbstractGenericContextLoader
| |||||||||||
From class
org.springframework.test.context.support.AbstractContextLoader
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.test.context.ContextLoader
| |||||||||||
Returns "-context.xml".
null or emptyCreate a new XmlBeanDefinitionReader.
| context | the context for which the BeanDefinitionReader should be created |
|---|