Package | Description |
---|---|
org.zkoss.zel | |
org.zkoss.zel.impl | |
org.zkoss.zel.impl.lang |
Modifier and Type | Method and Description |
---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
Create a new method expression instance.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodExpressionImpl
An
Expression that refers to a method on an object. |
class |
MethodExpressionLiteral |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes) |
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.