Package com.logicaldoc.util.spring
Class PropertiesPlaceHolder
java.lang.Object
org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertyResourceConfigurer
org.springframework.beans.factory.config.PlaceholderConfigurerSupport
org.springframework.context.support.PropertySourcesPlaceholderConfigurer
com.logicaldoc.util.spring.PropertiesPlaceHolder
- 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.context.EnvironmentAware,- org.springframework.core.Ordered,- org.springframework.core.PriorityOrdered
public class PropertiesPlaceHolder
extends org.springframework.context.support.PropertySourcesPlaceholderConfigurer
Extends the standard property placeholder to retrieve properties from the
 database.
- Since:
- 1.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Field SummaryFields inherited from class org.springframework.context.support.PropertySourcesPlaceholderConfigurerENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME, LOCAL_PROPERTIES_PROPERTY_SOURCE_NAMEFields inherited from class org.springframework.beans.factory.config.PlaceholderConfigurerSupportDEFAULT_ESCAPE_CHARACTER, DEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATORFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) Methods inherited from class org.springframework.context.support.PropertySourcesPlaceholderConfigurergetAppliedPropertySources, setEnvironment, setPropertySourcesMethods inherited from class org.springframework.beans.factory.config.PlaceholderConfigurerSupportsetBeanFactory, setBeanName, setEscapeCharacter, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setTrimValues, setValueSeparatorMethods inherited from class org.springframework.beans.factory.config.PropertyResourceConfigurergetOrder, setOrderMethods inherited from class org.springframework.core.io.support.PropertiesLoaderSupportsetFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setLocations, setProperties, setPropertiesArray, setPropertiesPersister
- 
Constructor Details- 
PropertiesPlaceHolderpublic PropertiesPlaceHolder()
 
- 
- 
Method Details- 
postProcessBeanFactorypublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
- postProcessBeanFactoryin interface- org.springframework.beans.factory.config.BeanFactoryPostProcessor
- Overrides:
- postProcessBeanFactoryin class- org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- Throws:
- org.springframework.beans.BeansException
 
 
-