org.kuali.student.common.util
Class ModPropertyPlaceholderConfigurer
java.lang.Object
org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertyResourceConfigurer
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
org.kuali.student.common.util.ModPropertyPlaceholderConfigurer
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, BeanFactoryPostProcessor, InitializingBean, Ordered, PriorityOrdered
public class ModPropertyPlaceholderConfigurer
- extends PropertyPlaceholderConfigurer
- implements InitializingBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customConfigSystemProperty
private String customConfigSystemProperty
customConfigFileLocation
private String customConfigFileLocation
locations
private Resource[] locations
beanName
private String beanName
beanFactory
private BeanFactory beanFactory
nullValue
private String nullValue
ModPropertyPlaceholderConfigurer
public ModPropertyPlaceholderConfigurer()
getCustomConfigSystemProperty
public String getCustomConfigSystemProperty()
setCustomConfigSystemProperty
public void setCustomConfigSystemProperty(String customConfigSystemProperty)
setLocations
public void setLocations(Resource[] locations)
- Overrides:
setLocations
in class PropertiesLoaderSupport
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
setBeanName
public void setBeanName(String beanName)
- Specified by:
setBeanName
in interface BeanNameAware
- Overrides:
setBeanName
in class PropertyPlaceholderConfigurer
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
- Specified by:
setBeanFactory
in interface BeanFactoryAware
- Overrides:
setBeanFactory
in class PropertyPlaceholderConfigurer
setNullValue
public void setNullValue(String nullValue)
- Overrides:
setNullValue
in class PropertyPlaceholderConfigurer
processProperties
protected void processProperties(ConfigurableListableBeanFactory beanFactoryToProcess,
Properties props)
throws BeansException
- Overrides:
processProperties
in class PropertyPlaceholderConfigurer
- Throws:
BeansException
getCustomConfigFileLocation
public String getCustomConfigFileLocation()
setCustomConfigFileLocation
public void setCustomConfigFileLocation(String customConfigFileLocation)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.