Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" DTD. |
org.springframework.test |
This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
has been deprecated in favor of using the listener-based Spring TestContext Framework.
|
org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanDefinitionReader
Abstract base class for bean definition readers which implement
the
BeanDefinitionReader interface. |
class |
PropertiesBeanDefinitionReader
Bean definition reader for a simple properties format.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlBeanDefinitionReader
Bean definition reader for XML bean definitions.
|
Modifier and Type | Method and Description |
---|---|
protected BeanDefinitionReader |
AbstractSingleSpringContextTests.createBeanDefinitionReader(GenericApplicationContext context)
Deprecated.
Factory method for creating new
BeanDefinitionReader s for
loading bean definitions into the supplied
context . |
Modifier and Type | Method and Description |
---|---|
protected BeanDefinitionReader |
GenericXmlContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
Create a new
XmlBeanDefinitionReader . |
protected BeanDefinitionReader |
GenericPropertiesContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
Creates a new
PropertiesBeanDefinitionReader . |
protected BeanDefinitionReader |
AnnotationConfigContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
AnnotationConfigContextLoader should be used as a
SmartContextLoader ,
not as a legacy ContextLoader . |
protected abstract BeanDefinitionReader |
AbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
Factory method for creating a new
BeanDefinitionReader for loading
bean definitions into the supplied context . |
Copyright © 2015. All rights reserved.