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 |
| 从类 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–2021 cn.gtmap. All rights reserved.