org.kuali.spring.util
Class DelegatingPropertyPlaceholderConfigurer
java.lang.Object
org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertyResourceConfigurer
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
org.kuali.spring.util.ConfigurablePropertyPlaceholderConfigurer
org.kuali.spring.util.DelegatingPropertyPlaceholderConfigurer
- All Implemented Interfaces:
- 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 DelegatingPropertyPlaceholderConfigurer
- extends ConfigurablePropertyPlaceholderConfigurer
Fields inherited from class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
DEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, SYSTEM_PROPERTIES_MODE_FALLBACK, SYSTEM_PROPERTIES_MODE_NEVER, SYSTEM_PROPERTIES_MODE_OVERRIDE |
Fields inherited from class org.springframework.core.io.support.PropertiesLoaderSupport |
logger, XML_FILE_EXTENSION |
Fields inherited from interface org.springframework.core.Ordered |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Methods inherited from class org.kuali.spring.util.ConfigurablePropertyPlaceholderConfigurer |
getBeanFactory, getBeanName, getFileEncoding, getLocalProperties, getLocations, getNullValue, getPlaceholderPrefix, getPlaceholderSuffix, getPropertiesPersister, getSystemPropertiesMode, getSystemPropertiesModeName, getValueSeparator, isIgnoreResourceNotFound, isIgnoreUnresolvablePlaceholders, isLocalOverride, isSearchSystemEnvironment, setBeanFactory, setBeanName, setFileEncoding, setIgnoreResourceNotFound, setIgnoreUnresolvablePlaceholders, setLocalOverride, setLocalProperties, setLocations, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setPropertiesPersister, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeName, setValueSeparator |
Methods inherited from class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
parseStringValue, processProperties, resolvePlaceholder, resolvePlaceholder, resolveSystemProperty |
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, setLocation, setProperties, setPropertiesArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
ConfigurablePropertyPlaceholderConfigurer delegate
DelegatingPropertyPlaceholderConfigurer
public DelegatingPropertyPlaceholderConfigurer()
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
- Specified by:
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
- Overrides:
postProcessBeanFactory
in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Throws:
org.springframework.beans.BeansException
getDelegate
public ConfigurablePropertyPlaceholderConfigurer getDelegate()
setDelegate
public void setDelegate(ConfigurablePropertyPlaceholderConfigurer delegate)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.