Package | Description |
---|---|
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
org.springframework.core.env |
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
|
Modifier and Type | Method and Description |
---|---|
PropertySources |
PropertySourcesPlaceholderConfigurer.getAppliedPropertySources()
Return the property sources that were actually applied during
post-processing . |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourcesPlaceholderConfigurer.setPropertySources(PropertySources propertySources)
Customize the set of
PropertySources to be used by this configurer. |
Modifier and Type | Class and Description |
---|---|
class |
MutablePropertySources
The default implementation of the
PropertySources interface. |
Constructor and Description |
---|
MutablePropertySources(PropertySources propertySources)
Create a new
MutablePropertySources from the given propertySources
object, preserving the original order of contained PropertySource objects. |
PropertySourcesPropertyResolver(PropertySources propertySources)
Create a new resolver against the given property sources.
|