@Deprecated public class ExtendedPropertySourcesPlaceholderConfigurer extends org.springframework.context.support.PropertySourcesPlaceholderConfigurer
PropertySourcesPlaceholderConfigurer that serves
three purposes:
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENDED_PROPERTIES_SOURCE
Deprecated.
|
static String |
JAYSYPT_ENCRYPTION_KEY_VARIABLE
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.
|
protected Properties |
mergeProperties()
Deprecated.
Override PropertiesLoaderSupport.mergeProprties in order to slip in a
properly-configured EncryptableProperties instance, allowing us to
encrypt property values at rest.
|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Deprecated.
Override the postProcessing.
|
void |
setIgnoreResourceNotFound(boolean value)
Deprecated.
|
void |
setLocations(org.springframework.core.io.Resource[] locations)
Deprecated.
uPortal defines some properties files in its primaryPropertyPlaceholderConfigurer
bean that are considered (and documented) optional.
|
processProperties, processProperties, setEnvironment, setPropertySourcesdoProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setValueSeparatorconvertProperties, convertProperty, convertPropertyValue, getOrder, setOrderpublic static final String EXTENDED_PROPERTIES_SOURCE
public static final String JAYSYPT_ENCRYPTION_KEY_VARIABLE
public ExtendedPropertySourcesPlaceholderConfigurer()
public void setIgnoreResourceNotFound(boolean value)
setIgnoreResourceNotFound in class org.springframework.core.io.support.PropertiesLoaderSupportpublic void setLocations(org.springframework.core.io.Resource[] locations)
setLocations in class org.springframework.core.io.support.PropertiesLoaderSupportpublic 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()
protected Properties mergeProperties() throws IOException
mergeProperties in class org.springframework.core.io.support.PropertiesLoaderSupportIOExceptionCopyright © 2016 Jasig. All Rights Reserved.