public class El extends Object
构造器和说明 |
---|
El() |
El(CharSequence cs)
预编译
|
限定符和类型 | 方法和说明 |
---|---|
Object |
eval(Context context)
解析预编译后的EL表达式
|
static Object |
eval(Context context,
String val) |
static Object |
eval(String val)
对参数代表的表达式进行运算
|
static String |
render(CharSegment seg,
Context ctx) |
static String |
render(CharSegment seg,
Map<String,El> els,
Context ctx) |
static String |
render(String seg,
Context ctx)
说明:
1.
|
String |
toString() |
public El()
public El(CharSequence cs)
Copyright © 2017. All rights reserved.