Package | Description |
---|---|
org.zkoss.bind.xel.zel |
ZEL of XEL for ZK Bind
|
org.zkoss.xel.zel |
This implementation is based on ZEL 2.2 (Similar to EL 2.2).
|
org.zkoss.zel.impl | |
org.zkoss.zel.impl.util |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
BindELResolver.invoke(ELContext ctx,
java.lang.Object base,
java.lang.Object method,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
XelELResolver.invoke(ELContext ctx,
java.lang.Object base,
java.lang.Object method,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
|
java.lang.Object |
MethodExpressionImpl.invoke(ELContext context,
java.lang.Object[] params)
Evaluates the expression relative to the provided context, invokes the
method that was found using the supplied parameters, and returns the
result of the method invocation.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Method |
ReflectionUtil.getMethod(java.lang.Object base,
java.lang.Object property,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] paramValues)
Returns a method based on the criteria.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.