Uses of Class
org.springframework.core.io.support.PropertiesLoaderSupport
Packages that use PropertiesLoaderSupport
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 PropertiesLoaderSupport in org.springframework.beans.factory.config
Subclasses of PropertiesLoaderSupport in org.springframework.beans.factory.configModifier and TypeClassDescriptionclassAbstract base class for property resource configurers that resolve placeholders in bean definition property values.classDeprecated.classAllows for making a properties file from a classpath location available as Properties instance in a bean factory.classProperty resource configurer that overrides bean property values in an application context definition.classDeprecated.as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms.classAllows for configuration of individual bean property values from a property resource, i.e. -
Uses of PropertiesLoaderSupport in org.springframework.context.support
Subclasses of PropertiesLoaderSupport 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