Package | Description |
---|---|
com.bstek.dorado.core |
实现一些通用功能的对象。
|
com.bstek.dorado.core.el |
用于实现配置文件中EL表达式功能的对象。
|
com.bstek.dorado.data.config.definition |
数据配置文件相关的配置声明对象。
|
com.bstek.dorado.web |
用于Web应用提供dorado服务的Servlet机器相关类。
|
Modifier and Type | Class and Description |
---|---|
class |
CommonContext
通用的上下文对象。
|
class |
ContextSupport
实现了上下文属性的维护和资源读取功能的上下文抽象支持类。
|
class |
SpringApplicationContext |
class |
SpringContextSupport
实现了获取Spring中配置的JavaBean实例功能的上下文抽象支持类。
|
Modifier and Type | Method and Description |
---|---|
protected static Context |
Context.dettachFromThreadLocal()
断开给定的Context对象与当前线程之间的关联关系。
|
static Context |
Context.getCurrent()
获得当前线程相关的Context实例。
使用方法: |
static Context |
CommonContext.init()
初始化一个上下文对象,并将其与当前线程关联。
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Context.attachToThreadLocal(Context context)
将给定的Context对象与当前线程关联起来。
|
static void |
Context.setFailSafeContext(Context failSafeContext) |
Constructor and Description |
---|
ContextWrapperMap(Context context) |
Modifier and Type | Method and Description |
---|---|
protected ExpressionHandler |
DataTypeDefinition.getExpressionHandler(Context doradoContext) |
Modifier and Type | Class and Description |
---|---|
class |
DoradoContext
Web应用中使用的上下文对象。
|
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.