Class EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

    public class EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer
    extends org.springframework.context.support.PropertySourcesPlaceholderConfigurer
    implements org.springframework.beans.factory.InitializingBean
    • Field Summary

      • Fields inherited from class org.springframework.context.support.PropertySourcesPlaceholderConfigurer

        ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME, LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME
      • Fields inherited from class org.springframework.beans.factory.config.PlaceholderConfigurerSupport

        DEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, trimValues, valueSeparator
      • Fields inherited from class org.springframework.core.io.support.PropertiesLoaderSupport

        localOverride, localProperties, logger
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      void setEnvironment​(org.springframework.core.env.Environment environment)  
      void setPropertySourceName​(java.lang.String propertySourceName)  
      • Methods inherited from class org.springframework.context.support.PropertySourcesPlaceholderConfigurer

        getAppliedPropertySources, postProcessBeanFactory, processProperties, processProperties, setPropertySources
      • Methods inherited from class org.springframework.beans.factory.config.PlaceholderConfigurerSupport

        doProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setTrimValues, setValueSeparator
      • Methods inherited from class org.springframework.beans.factory.config.PropertyResourceConfigurer

        convertProperties, convertProperty, convertPropertyValue, getOrder, setOrder
      • Methods inherited from class org.springframework.core.io.support.PropertiesLoaderSupport

        loadProperties, mergeProperties, setFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setLocations, setProperties, setPropertiesArray, setPropertiesPersister
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer

        public EnvironmentRegisteringPropertySourcesPlaceHolderConfigurer()
    • Method Detail

      • setEnvironment

        public void setEnvironment​(org.springframework.core.env.Environment environment)
        Specified by:
        setEnvironment in interface org.springframework.context.EnvironmentAware
        Overrides:
        setEnvironment in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • setPropertySourceName

        public void setPropertySourceName​(java.lang.String propertySourceName)