类 SpringForestProperties
java.lang.Object
com.dtflys.forest.config.ForestProperties
com.dtflys.forest.config.SpringForestProperties
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class SpringForestProperties
extends ForestProperties
implements org.springframework.context.ApplicationContextAware
Forest配置属性的Spring环境下的实现
- 从以下版本开始:
- 1.5.3
- 作者:
- gongjun [dt_flys@hotmail.com]
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getProperty(String name, String defaultValue) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
构造器详细资料
-
SpringForestProperties
public SpringForestProperties()
-
-
方法详细资料
-
getProperty
- 覆盖:
getProperty在类中ForestProperties
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-