Package | Description |
---|---|
com.bstek.dorado.config.definition |
一些用于保存配置文件解析中间结果的对象及相关工具类。
|
com.bstek.dorado.data.config |
实现数据配置文件的读取和解析相关的功能。
|
com.bstek.dorado.data.config.definition |
数据配置文件相关的配置声明对象。
|
Modifier and Type | Method and Description |
---|---|
protected ExpressionMethodInterceptor |
ObjectDefinition.createExpressionMethodInterceptor(java.util.Map<java.lang.String,Expression> expressionProperties)
根据EL表达式的集合创建一个动态表达式拦截器。
其中expressionProperties参数的键值为相应的对象属性名,值为EL表达式。 |
Modifier and Type | Class and Description |
---|---|
class |
EntityExpressionMethodInterceptor
用于实现对Bean属性中EL表达式实时求值功能的方法拦截器。
|
Modifier and Type | Method and Description |
---|---|
protected ExpressionMethodInterceptor |
GenericObjectDefinition.createExpressionMethodInterceptor(java.util.Map<java.lang.String,Expression> expressionProperties)
根据EL表达式的集合创建一个动态表达式拦截器。
其中expressionProperties参数的键值为相应的对象属性名,值为EL表达式。 |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.