Package | Description |
---|---|
com.bstek.dorado.config.definition |
一些用于保存配置文件解析中间结果的对象及相关工具类。
|
com.bstek.dorado.core.bean |
实现根据Bean的描述信息获得相应的Bean实例功能的对象。
|
com.bstek.dorado.data.config.definition |
数据配置文件相关的配置声明对象。
|
com.bstek.dorado.view.config.definition |
视图配置文件相关的配置声明对象。
|
Modifier and Type | Method and Description |
---|---|
protected BeanWrapper |
ObjectDefinition.createObject(ObjectDefinition.CreationInfo creationInfo,
java.lang.Object[] constuctorArgs,
org.aopalliance.intercept.MethodInterceptor[] methodInterceptors,
CreationContext context)
根据给定创建信息和拦截器的数组创建一个对象实例。
|
Modifier and Type | Method and Description |
---|---|
static BeanWrapper |
BeanFactoryUtils.getBean(java.lang.String beanName,
org.aopalliance.intercept.MethodInterceptor[] methodInterceptors,
Scope scope,
java.lang.String beanId)
根据给定的Bean的描述信息创建相应的Bean。
|
static BeanWrapper |
BeanFactoryUtils.getBean(java.lang.String beanName,
Scope scope)
根据给定的Bean的描述信息创建相应的Bean。
|
Modifier and Type | Method and Description |
---|---|
protected BeanWrapper |
DirectDataProviderDefinition.createObject(ObjectDefinition.CreationInfo creationInfo,
java.lang.Object[] constructorArgs,
org.aopalliance.intercept.MethodInterceptor[] methodInterceptors,
CreationContext context) |
Modifier and Type | Method and Description |
---|---|
protected BeanWrapper |
ComponentDefinition.createObject(ObjectDefinition.CreationInfo creationInfo,
java.lang.Object[] constructorArgs,
org.aopalliance.intercept.MethodInterceptor[] methodInterceptors,
CreationContext context) |
protected BeanWrapper |
ViewConfigDefinition.createObject(ObjectDefinition.CreationInfo creationInfo,
java.lang.Object[] constuctorArgs,
org.aopalliance.intercept.MethodInterceptor[] methodInterceptors,
CreationContext context) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.