org.kuali.student.common.util
Class ModPropertyPlaceholderConfigurer
java.lang.Object
   org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.core.io.support.PropertiesLoaderSupport
       org.springframework.beans.factory.config.PropertyResourceConfigurer
org.springframework.beans.factory.config.PropertyResourceConfigurer
           org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
               org.kuali.student.common.util.ModPropertyPlaceholderConfigurer
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:
- setLocationsin class- PropertiesLoaderSupport
 
- 
 
afterPropertiesSet
public void afterPropertiesSet()
                        throws Exception
- 
- Specified by:
- afterPropertiesSetin interface- InitializingBean
 
- 
- Throws:
- Exception
 
setBeanName
public void setBeanName(String beanName)
- 
- Specified by:
- setBeanNamein interface- BeanNameAware
- Overrides:
- setBeanNamein class- PropertyPlaceholderConfigurer
 
- 
 
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
- 
- Specified by:
- setBeanFactoryin interface- BeanFactoryAware
- Overrides:
- setBeanFactoryin class- PropertyPlaceholderConfigurer
 
- 
 
setNullValue
public void setNullValue(String nullValue)
- 
- Overrides:
- setNullValuein class- PropertyPlaceholderConfigurer
 
- 
 
processProperties
protected void processProperties(ConfigurableListableBeanFactory beanFactoryToProcess,
                                 Properties props)
                          throws BeansException
- 
- Overrides:
- processPropertiesin class- PropertyPlaceholderConfigurer
 
- 
- Throws:
- BeansException
 
getCustomConfigFileLocation
public String getCustomConfigFileLocation()
- 
 
- 
 
setCustomConfigFileLocation
public void setCustomConfigFileLocation(String customConfigFileLocation)
- 
 
- 
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.