| Package | Description |
|---|---|
| org.zkoss.xel |
XEL - Extensible Expression Language to encapsulate different
implementations, such as EL, MVEL and OGNL.
|
| org.zkoss.xel.el |
This implementation is based on zcommons-EL.
|
| org.zkoss.xel.util |
Utilities of XEL expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
Expressions.newExpressionFactory()
Instantiates an instance of
ExpressionFactory. |
static ExpressionFactory |
Expressions.newExpressionFactory(Class<? extends ExpressionFactory> expfcls)
Instantiates an instance of
ExpressionFactory. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExpressionFactory> |
Expressions.getExpressionFactoryClass()
Returns the implementation of the expression factory that
is used by the whole system, or null to use the system default.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
Expressions.newExpressionFactory(Class<? extends ExpressionFactory> expfcls)
Instantiates an instance of
ExpressionFactory. |
static void |
Expressions.setExpressionFactoryClass(Class<? extends ExpressionFactory> expfcls)
Sets the implementation of the expression factory that shall
be used by the whole system, or null to use the system default.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ELFactory
An implementation based on ZK Commons EL (zcommons-el.jar:
org.zkforge.apache.commons.el.ExpressionEvaluatorImpl).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExpressionFactory> |
Evaluators.getEvaluatorClass(String name)
Returns the implementation for the specified evaluator name.
|
Copyright © 2020. All rights reserved.