Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.xel |
XEL for ZK Bind
|
org.zkoss.web.servlet.xel |
XEL Utilities that depends on Servlets.
|
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).
|
org.zkoss.zk.ui | |
org.zkoss.zk.ui.http |
HTTP relevant utilities and servlets for implementing
user interfaces (implementation only).
|
org.zkoss.zk.ui.impl |
Implementation of user interfaces and factories (implementation only).
|
org.zkoss.zk.ui.metainfo |
Metainfo representing pages and languages (implementation only).
|
org.zkoss.zk.ui.util |
Utilities to handle user interfaces.
|
org.zkoss.zk.xel.impl |
XEL utilities for implementation only.
|
org.zkoss.zkmax.bind.impl | |
org.zkoss.zkmax.xel.el |
This implementation is based on Apache Commons EL,
ApacheELFactory.
|
org.zkoss.zkmax.xel.mvel |
A XEL implemetation based on MVEL.
|
org.zkoss.zkmax.xel.ognl |
A XEL implemetation based on OGNL.
|
Constructor and Description |
---|
BindEvaluatorXImpl(FunctionMapper mapper,
java.lang.Class<? extends ExpressionFactory> expfcls) |
Modifier and Type | Class and Description |
---|---|
class |
BindXelFactory
Xel Factory for Binding.
|
Modifier and Type | Method and Description |
---|---|
abstract ExpressionFactory |
RequestXelResolver.getExpressionFactory()
Returns the expression factory (never null).
|
Modifier and Type | Method and Description |
---|---|
static ExpressionFactory |
Expressions.newExpressionFactory()
Instantiates an instance of
ExpressionFactory . |
static ExpressionFactory |
Expressions.newExpressionFactory(java.lang.Class<? extends ExpressionFactory> expfcls)
Instantiates an instance of
ExpressionFactory . |
Modifier and Type | Method and Description |
---|---|
static java.lang.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(java.lang.Class<? extends ExpressionFactory> expfcls)
Instantiates an instance of
ExpressionFactory . |
static void |
Expressions.setExpressionFactoryClass(java.lang.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 java.lang.Class<? extends ExpressionFactory> |
Evaluators.getEvaluatorClass(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ExpressionFactory> |
Page.getExpressionFactoryClass()
Returns the implementation of the expression factory that
is used by this page, or null if
Configuration.getExpressionFactoryClass()
is used. |
Modifier and Type | Method and Description |
---|---|
static Evaluator |
Executions.getEvaluator(Component comp,
java.lang.Class<? extends ExpressionFactory> expfcls)
Returns the evaluator of the current execution.
|
Evaluator |
Execution.getEvaluator(Component comp,
java.lang.Class<? extends ExpressionFactory> expfcls)
Returns the evaluator of the current execution.
|
static Evaluator |
Executions.getEvaluator(Page page,
java.lang.Class<? extends ExpressionFactory> expfcls)
Returns the evaluator of the current execution.
|
Evaluator |
Execution.getEvaluator(Page page,
java.lang.Class<? extends ExpressionFactory> expfcls)
Returns the evaluator (never null).
|
void |
Page.setExpressionFactoryClass(java.lang.Class<? extends ExpressionFactory> expfcls)
Sets the implementation of the expression factory that
is used by this page.
|
Modifier and Type | Method and Description |
---|---|
Evaluator |
ExecutionImpl.getEvaluator(Component comp,
java.lang.Class<? extends ExpressionFactory> expfcls) |
Evaluator |
ExecutionImpl.getEvaluator(Page page,
java.lang.Class<? extends ExpressionFactory> expfcls) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ExpressionFactory> |
PageImpl.getExpressionFactoryClass() |
Modifier and Type | Method and Description |
---|---|
void |
PageImpl.setExpressionFactoryClass(java.lang.Class<? extends ExpressionFactory> expfcls) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ExpressionFactory> |
PageDefinition.getExpressionFactoryClass()
Returns the implementation of the expression factory that
is used by this page, or null if
Configuration.getExpressionFactoryClass()
is used. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ExpressionFactory> |
Configuration.getExpressionFactoryClass()
Returns the implementation of the expression factory that
is used by the whole system, or null if the sytem default is used.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setExpressionFactoryClass(java.lang.Class<? extends ExpressionFactory> expfcls)
Sets the implementation of the expression factory that shall
be used by the whole system.
|
Modifier and Type | Method and Description |
---|---|
protected ExpressionFactory |
SimpleEvaluator.getExpressionFactory()
Returns the expression factory.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ExpressionFactory> |
SimpleEvaluator.getExpressionFactoryClass()
Returns the implementation class of the expression factory,
or null to use the default.
|
Constructor and Description |
---|
SimpleEvaluator(FunctionMapper mapper,
java.lang.Class<? extends ExpressionFactory> expfcls) |
Modifier and Type | Class and Description |
---|---|
class |
BindXelFactoryEx
An extension of BindXelFactory to do a lazy initiating EL expression construction.
|
Constructor and Description |
---|
BindEvaluatorXImplEx(FunctionMapper mapper,
java.lang.Class<? extends ExpressionFactory> expfcls) |
Modifier and Type | Class and Description |
---|---|
class |
ApacheELFactory
An implementation that is based on Apache commons-el:
org.apache.commons.el.ExpressionEvaluatorImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
MVELFactory
An implementation based on MVEL.
|
Modifier and Type | Class and Description |
---|---|
class |
OGNLFactory
An implementation based on OGNL.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.