Package | Description |
---|---|
com.caucho.el |
Modifier and Type | Method and Description |
---|---|
static boolean |
EL.evalBoolean(java.lang.String value,
ELContext env) |
static java.lang.Object |
EL.evalObject(java.lang.String value) |
static java.lang.String |
EL.evalString(java.lang.String value,
ELContext env) |
protected java.lang.reflect.Method |
ELParser.getStaticMethod(java.lang.String name)
Creates the implicit object for the name.
|
Expr |
ELParser.parse()
Parses the expression string.
|
Expr |
ELParser.parseInterpolate()
Parses interpolated code.
|