com.bstek.dorado.core.el
public interface ExpressionHandler
Modifier and Type | Method and Description |
---|---|
Expression |
compile(java.lang.String text)
编译一段文本。如果该段文本中包含有EL表达式则返回一个EL表达式的描述对象,否则返回null。
|
org.apache.commons.jexl2.JexlContext |
getJexlContext()
返回一个Jexl的上下文对象。
|
org.apache.commons.jexl2.JexlEngine |
getJexlEngine() |
org.apache.commons.jexl2.JexlEngine getJexlEngine() throws java.lang.Exception
java.lang.Exception
Expression compile(java.lang.String text)
text
- 要编译的文本。org.apache.commons.jexl2.JexlContext getJexlContext()
由于Dorado内部通过apache提供的JEXL通过包来实现EL表达式的解析和求值等操作, 因此在对EL表达式进行求值前需要首先获得一个有效的Jexl上下文对象。
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.