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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns "
-context.xml ". |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
XmlBeanDefinitionReader . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns "-context.xml
".
null
or emptyCreate a new XmlBeanDefinitionReader
.
context | the context for which the BeanDefinitionReader should be created |
---|