| Package | Description |
|---|---|
| org.zkoss.xel |
XEL - Extensible Expression Language to encapsulate different
implementations, such as EL, MVEL and OGNL.
|
| org.zkoss.xel.util |
Utilties of XEL expressions.
|
| org.zkoss.xel.zel |
This implementation is based on ZEL 2.2 (Similar to EL 2.2).
|
| 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 | Method and Description |
|---|---|
static Class<? extends ExpressionFactory> |
Evaluators.getEvaluatorClass(String name)
Returns the implementation for the specified evaluator name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ELFactory
An XEL ExpressionFactory implementation based on ZEL ExpressionFactory.
|
Copyright © 2018. All rights reserved.