Package | Description |
---|---|
com.bstek.dorado.config.text |
一些用于辅助字符串解析的工具类。
|
com.bstek.dorado.config.xml |
一些用于辅助XML配置文件解析和加载的工具类。
|
com.bstek.dorado.console | |
com.bstek.dorado.core.el |
用于实现配置文件中EL表达式功能的对象。
|
com.bstek.dorado.data.config.definition |
数据配置文件相关的配置声明对象。
|
com.bstek.dorado.data.provider.manager |
为数据提供者(DataProvider)提供管理功能的相关类。
|
com.bstek.dorado.view.config |
实现视图配置文件的读取和解析相关的对象。
|
com.bstek.dorado.view.config.attachment | |
com.bstek.dorado.view.el |
Modifier and Type | Method and Description |
---|---|
protected ExpressionHandler |
ConfigutableTextAttributeParser.getExpressionHandler()
返回EL表达式的处理器。
|
protected abstract ExpressionHandler |
TextAttributeParser.getExpressionHandler()
返回EL表达式的处理器。
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigutableTextAttributeParser.setExpressionHandler(ExpressionHandler expressionHandler)
设置EL表达式的处理器。
|
Modifier and Type | Method and Description |
---|---|
protected ExpressionHandler |
ConfigurableDispatchableXmlParser.getExpressionHandler()
返回EL表达式的处理器。
|
protected ExpressionHandler |
DispatchableXmlParser.getExpressionHandler()
返回EL表达式的处理器。
|
ExpressionHandler |
TextPropertyParser.getExpressionHandler()
返回EL表达式的处理器。
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableDispatchableXmlParser.setExpressionHandler(ExpressionHandler expressionHandler)
设置EL表达式的处理器。
|
void |
TextPropertyParser.setExpressionHandler(ExpressionHandler expressionHandler)
设置EL表达式的处理器。
|
Modifier and Type | Method and Description |
---|---|
void |
Main.setExpressionHandler(ExpressionHandler expressionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExpressionHandler
默认的EL表达式处理器的实现类。
|
Modifier and Type | Field and Description |
---|---|
protected ExpressionHandler |
AbstractExpression.elHandler
EL表达式的处理器。
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractExpression.setExpressionHandler(ExpressionHandler elHandler) |
void |
ExpressionHandlerAware.setExpressionHandler(ExpressionHandler expressionHandler)
设置EL表达式的处理器。
|
Constructor and Description |
---|
ExpressionCompiler(ExpressionHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected ExpressionHandler |
DataTypeDefinition.getExpressionHandler(Context doradoContext) |
Modifier and Type | Method and Description |
---|---|
ExpressionHandler |
DataProviderInterceptorInvoker.getExpressionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
XmlDocumentPreprocessor.setExpressionHandler(ExpressionHandler expressionHandler) |
Modifier and Type | Method and Description |
---|---|
ExpressionHandler |
AttachedResourceManager.getExpressionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AttachedResourceManager.setExpressionHandler(ExpressionHandler expressionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
ViewExpressionHandler |
Modifier and Type | Method and Description |
---|---|
protected static ExpressionHandler |
ResourceExpressionHandler.getExpressionHandler() |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.