类 ContextUtils
java.lang.Object
cn.taketoday.context.support.ContextUtils
ApplicationContext Utils
This class provides el, Properties loading, Parameter
resolving
- 作者:
- TODAY
2019-01-16 20:04
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> Set<T>loadBeansFromMetaInfo(String resource) Scan beans set from META-INF/xxxstatic <T> Set<T>loadBeansFromMetaInfo(String resource, BeanFactory beanFactory) loadFromMetaInfo(String resource) Scan classes set from META-INF/xxxloadFromMetaInfoClass(String resource)
-
构造器详细资料
-
ContextUtils
public ContextUtils()
-
-
方法详细资料
-
loadFromMetaInfo
Scan classes set from META-INF/xxx- 参数:
resource- Resource file start with 'META-INF'- 返回:
- Class set from META-INF/xxx
- 抛出:
ApplicationContextException- If anyIOExceptionoccurred
-
loadFromMetaInfoClass
-
loadBeansFromMetaInfo
Scan beans set from META-INF/xxx- 参数:
resource- Resource file start with 'META-INF'- 返回:
- bean set from META-INF/xxx
- 抛出:
ApplicationContextException- If anyIOExceptionoccurred- 从以下版本开始:
- 3.0
-
loadBeansFromMetaInfo
-