| Package | Description |
|---|---|
| org.zkoss.zel | |
| org.zkoss.zel.impl | |
| org.zkoss.zel.impl.util |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |
abstract Object |
MethodExpression.invoke(ELContext context,
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.
|
Object |
MethodExpressionImpl.invoke(ELContext context,
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 Method |
ReflectionUtil.getMethod(Object base,
Object property,
Class<?>[] paramTypes)
Returns a method based on the criteria
|
Copyright © 2016. All rights reserved.