Uses of Class
org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
-
Uses of PlaceholderConfigurerSupport in org.springframework.beans.factory.config
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurer
instead which is more flexible through taking advantage of theEnvironment
andPropertySource
mechanisms. -
Uses of PlaceholderConfigurerSupport in org.springframework.context.support
Modifier and TypeClassDescriptionclass
Specialization ofPlaceholderConfigurerSupport
that resolves ${...} placeholders within bean definition property values and@Value
annotations against the current SpringEnvironment
and its set ofPropertySources
.
PropertyPlaceholderConfigurer