org.zkoss.zel
Class MethodExpression
java.lang.Object
org.zkoss.zel.Expression
org.zkoss.zel.MethodExpression
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MethodExpressionImpl, MethodExpressionLiteral
public abstract class MethodExpression
- extends Expression
- See Also:
- Serialized Form
MethodExpression
public MethodExpression()
getMethodInfo
public abstract MethodInfo getMethodInfo(ELContext context)
throws NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
invoke
public abstract Object invoke(ELContext context,
Object[] params)
throws NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
isParmetersProvided
public boolean isParmetersProvided()
- Since:
- EL 2.2
Note: The spelling mistake is deliberate.
isParmetersProvided() - Specification definition
isParametersProvided() - Corrected spelling
Copyright © 2014. All rights reserved.