public class RuntimeEnvironmentPropertiesManager
extends java.lang.Object
implements org.springframework.beans.factory.BeanFactoryAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.config.ConfigurableBeanFactory |
beanFactory |
protected java.lang.String |
prefix |
| Constructor and Description |
|---|
RuntimeEnvironmentPropertiesManager() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefix() |
java.lang.String |
getProperty(java.lang.String key) |
java.lang.String |
getProperty(java.lang.String key,
java.lang.String suffix) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
java.lang.String |
setPrefix(java.lang.String prefix) |
protected org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory
protected java.lang.String prefix
public java.lang.String getPrefix()
public java.lang.String setPrefix(java.lang.String prefix)
public java.lang.String getProperty(java.lang.String key,
java.lang.String suffix)
public java.lang.String getProperty(java.lang.String key)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2018. All Rights Reserved.