|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertyResourceConfigurer
org.springframework.beans.factory.config.PlaceholderConfigurerSupport
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
org.kuali.student.common.util.ModPropertyPlaceholderConfigurer
public class ModPropertyPlaceholderConfigurer
| Nested Class Summary | |
|---|---|
class |
ModPropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver
BeanDefinitionVisitor that resolves placeholders in String values, delegating to the parseStringValue method of the
containing class. |
| Field Summary |
|---|
| Fields inherited from class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
|---|
SYSTEM_PROPERTIES_MODE_FALLBACK, SYSTEM_PROPERTIES_MODE_NEVER, SYSTEM_PROPERTIES_MODE_OVERRIDE |
| Fields inherited from class org.springframework.beans.factory.config.PlaceholderConfigurerSupport |
|---|
DEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, placeholderPrefix, placeholderSuffix, valueSeparator |
| Fields inherited from class org.springframework.core.io.support.PropertiesLoaderSupport |
|---|
localOverride, localProperties, logger, XML_FILE_EXTENSION |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
ModPropertyPlaceholderConfigurer()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
String |
getCustomConfigFileLocation()
|
String |
getCustomConfigSystemProperty()
|
protected void |
processProperties(ConfigurableListableBeanFactory beanFactoryToProcess,
Properties props)
|
void |
setBeanFactory(BeanFactory beanFactory)
|
void |
setBeanName(String beanName)
|
void |
setCustomConfigFileLocation(String customConfigFileLocation)
|
void |
setCustomConfigSystemProperty(String customConfigSystemProperty)
|
void |
setLocations(Resource[] locations)
|
void |
setNullValue(String nullValue)
|
| Methods inherited from class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
|---|
parseStringValue, resolvePlaceholder, resolvePlaceholder, resolveSystemProperty, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeName |
| Methods inherited from class org.springframework.beans.factory.config.PlaceholderConfigurerSupport |
|---|
doProcessProperties, setIgnoreUnresolvablePlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setValueSeparator |
| Methods inherited from class org.springframework.beans.factory.config.PropertyResourceConfigurer |
|---|
convertProperties, convertProperty, convertPropertyValue, getOrder, postProcessBeanFactory, setOrder |
| Methods inherited from class org.springframework.core.io.support.PropertiesLoaderSupport |
|---|
loadProperties, mergeProperties, setFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setProperties, setPropertiesArray, setPropertiesPersister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModPropertyPlaceholderConfigurer()
| Method Detail |
|---|
public String getCustomConfigSystemProperty()
public void setCustomConfigSystemProperty(String customConfigSystemProperty)
public void setLocations(Resource[] locations)
setLocations in class PropertiesLoaderSupport
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic void setBeanName(String beanName)
setBeanName in interface BeanNameAwaresetBeanName in class PlaceholderConfigurerSupportpublic void setBeanFactory(BeanFactory beanFactory)
setBeanFactory in interface BeanFactoryAwaresetBeanFactory in class PlaceholderConfigurerSupportpublic void setNullValue(String nullValue)
setNullValue in class PlaceholderConfigurerSupport
protected void processProperties(ConfigurableListableBeanFactory beanFactoryToProcess,
Properties props)
throws BeansException
processProperties in class PropertyPlaceholderConfigurerBeansExceptionpublic String getCustomConfigFileLocation()
public void setCustomConfigFileLocation(String customConfigFileLocation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||