javax.el
Class MethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MethodExpressionImpl
public abstract class MethodExpression
- extends Expression
Represents an EL 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 PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
PropertyNotFoundException
MethodNotFoundException
ELException
invoke
public abstract java.lang.Object invoke(ELContext context,
java.lang.Object[] params)
throws PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
PropertyNotFoundException
MethodNotFoundException
ELException
isParmetersProvided
public boolean isParmetersProvided()