Uses of Class
org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Packages that use 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
Subclasses of PlaceholderConfigurerSupport in org.springframework.beans.factory.configModifier and TypeClassDescriptionclassDeprecated.classDeprecated.as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms. -
Uses of PlaceholderConfigurerSupport in org.springframework.context.support
Subclasses of PlaceholderConfigurerSupport in org.springframework.context.supportModifier and TypeClassDescriptionclassSpecialization ofPlaceholderConfigurerSupportthat resolves ${...} placeholders within bean definition property values and@Valueannotations against the current SpringEnvironmentand its set ofPropertySources.
PropertyPlaceholderConfigurer