org.zkoss.zel
Class MethodExpression
java.lang.Object
org.zkoss.zel.Expression
org.zkoss.zel.MethodExpression
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MethodExpressionImpl, MethodExpressionLiteral
public abstract class MethodExpression
- extends Expression
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MethodExpression
public MethodExpression()
getMethodInfo
public abstract MethodInfo getMethodInfo(ELContext context)
throws java.lang.NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
java.lang.NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
invoke
public abstract java.lang.Object invoke(ELContext context,
java.lang.Object[] params)
throws java.lang.NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
java.lang.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 © 2005-2011 Potix Corporation. All Rights Reserved.