@Deprecated public class ExtendedPropertySourcesPlaceholderConfigurer extends org.springframework.context.support.PropertySourcesPlaceholderConfigurer
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENDED_PROPERTIES_SOURCE
Deprecated.
|
ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME, LOCAL_PROPERTIES_PROPERTY_SOURCE_NAMEDEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, valueSeparator| Constructor and Description |
|---|
ExtendedPropertySourcesPlaceholderConfigurer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertyResolver |
getPropertyResolver()
Deprecated.
Get a property resolver that can read local properties.
|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Deprecated.
Override the postProcessing.
|
processProperties, processProperties, setEnvironment, setPropertySourcesdoProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setValueSeparatorconvertProperties, convertProperty, convertPropertyValue, getOrder, setOrderpublic static final String EXTENDED_PROPERTIES_SOURCE
public ExtendedPropertySourcesPlaceholderConfigurer()
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorpostProcessBeanFactory in class org.springframework.context.support.PropertySourcesPlaceholderConfigurerbeanFactory - the bean factoryorg.springframework.beans.BeansException - if an error occurs while loading properties or wiring up beanspublic org.springframework.core.env.PropertyResolver getPropertyResolver()
Copyright © 2016 Jasig. All Rights Reserved.