cn.gtmap.estateplat.utils
类 AppConfigPlaceholderConfigurer

java.lang.Object
  继承者 org.springframework.core.io.support.PropertiesLoaderSupport
      继承者 org.springframework.beans.factory.config.PropertyResourceConfigurer
          继承者 org.springframework.beans.factory.config.PlaceholderConfigurerSupport
              继承者 org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
                  继承者 cn.gtmap.estateplat.utils.AppConfigPlaceholderConfigurer
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

public class AppConfigPlaceholderConfigurer
extends org.springframework.beans.factory.config.PropertyPlaceholderConfigurer


字段摘要
 
从类 org.springframework.beans.factory.config.PropertyPlaceholderConfigurer 继承的字段
SYSTEM_PROPERTIES_MODE_FALLBACK, SYSTEM_PROPERTIES_MODE_NEVER, SYSTEM_PROPERTIES_MODE_OVERRIDE
 
从类 org.springframework.beans.factory.config.PlaceholderConfigurerSupport 继承的字段
DEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, valueSeparator
 
从类 org.springframework.core.io.support.PropertiesLoaderSupport 继承的字段
localOverride, localProperties, logger
 
从接口 org.springframework.core.Ordered 继承的字段
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
构造方法摘要
AppConfigPlaceholderConfigurer()
           
 
方法摘要
protected  Properties mergeProperties()
           
protected  String parseStringValue(String strVal, Properties props, Set visitedPlaceholders)
           
protected  void processProperties(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactoryToProcess, Properties props)
           
 
从类 org.springframework.beans.factory.config.PropertyPlaceholderConfigurer 继承的方法
resolvePlaceholder, resolvePlaceholder, resolveSystemProperty, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeName
 
从类 org.springframework.beans.factory.config.PlaceholderConfigurerSupport 继承的方法
doProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setValueSeparator
 
从类 org.springframework.beans.factory.config.PropertyResourceConfigurer 继承的方法
convertProperties, convertProperty, convertPropertyValue, getOrder, postProcessBeanFactory, setOrder
 
从类 org.springframework.core.io.support.PropertiesLoaderSupport 继承的方法
loadProperties, setFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setLocations, setProperties, setPropertiesArray, setPropertiesPersister
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AppConfigPlaceholderConfigurer

public AppConfigPlaceholderConfigurer()
方法详细信息

processProperties

protected void processProperties(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactoryToProcess,
                                 Properties props)
覆盖:
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer 中的 processProperties

mergeProperties

protected Properties mergeProperties()
                              throws IOException
覆盖:
org.springframework.core.io.support.PropertiesLoaderSupport 中的 mergeProperties
抛出:
IOException

parseStringValue

protected String parseStringValue(String strVal,
                                  Properties props,
                                  Set visitedPlaceholders)
覆盖:
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer 中的 parseStringValue


Copyright © 2015–2022 cn.gtmap. All rights reserved.