public abstract class MethodExpression extends Expression
| Constructor and Description |
|---|
MethodExpression() |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodInfo |
getMethodInfo(ELContext context) |
abstract Object |
invoke(ELContext context,
Object[] params) |
boolean |
isParmetersProvided() |
equals, getExpressionString, hashCode, isLiteralTextpublic abstract MethodInfo getMethodInfo(ELContext context) throws NullPointerException, PropertyNotFoundException, MethodNotFoundException, ELException
public abstract Object invoke(ELContext context, Object[] params) throws NullPointerException, PropertyNotFoundException, MethodNotFoundException, ELException
public boolean isParmetersProvided()
Copyright © 2016. All rights reserved.