Package | Description |
---|---|
com.bstek.dorado.config.definition |
一些用于保存配置文件解析中间结果的对象及相关工具类。
|
com.bstek.dorado.config.xml |
一些用于辅助XML配置文件解析和加载的工具类。
|
com.bstek.dorado.core.bean |
实现根据Bean的描述信息获得相应的Bean实例功能的对象。
|
com.bstek.dorado.data.provider |
数据提供者的基本实现。
|
com.bstek.dorado.data.resolver | |
com.bstek.dorado.view.config.definition |
视图配置文件相关的配置声明对象。
|
com.bstek.dorado.view.manager |
为视图提供管理功能的相关对象。
|
com.bstek.dorado.web |
用于Web应用提供dorado服务的Servlet机器相关类。
|
Modifier and Type | Method and Description |
---|---|
Scope |
ObjectDefinition.getScope()
返回对象的作用范围。
|
Scope |
ObjectDefinition.CreationInfo.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDefinition.setScope(Scope scope)
设置对象的作用范围。
|
void |
ObjectDefinition.CreationInfo.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
protected Scope |
ObjectParser.getDefaultScope()
返回默认的最终对象作用范围。
|
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopeManager.clear(Scope scope)
清除某作用范围中所有的对象实例。
|
java.lang.Object |
ScopeManager.getBean(Scope scope,
java.lang.String key)
根据对象的作用范围和键值从相应的上下文中获得对象实例,如果上下文尚不存在这样一个对象则返回null。
|
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。
|
void |
ScopeManager.putBean(Scope scope,
java.lang.String key,
java.lang.Object bean)
将给定的对象实例存入与其作用范围相应的上下文中。
|
java.lang.Object |
ScopeManager.removeBean(Scope scope,
java.lang.String key)
从某作用范围相应的上下文中移除某个对象。
|
void |
Scopable.setScope(Scope scope)
设置作用范围。
|
Modifier and Type | Method and Description |
---|---|
Scope |
AbstractDataProvider.getScope() |
Scope |
DataProvider.getScope()
返回作用范围。
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataProvider.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
Scope |
AbstractDataResolver.getScope() |
Scope |
DataResolver.getScope()
返回作用范围。
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataResolver.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
ViewDefinition.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
Scope |
ViewConfig.getScope() |
Modifier and Type | Method and Description |
---|---|
void |
ViewConfig.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
WebScopeManager.clear(Scope scope) |
java.lang.Object |
WebScopeManager.getBean(Scope scope,
java.lang.String key) |
void |
WebScopeManager.putBean(Scope scope,
java.lang.String key,
java.lang.Object bean) |
java.lang.Object |
WebScopeManager.removeBean(Scope scope,
java.lang.String key) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.