(EvaluationContext ctx, Class<?>[] paramTypes, Object[] paramValues)
| 78 | MethodInfo getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes) throws ELException; |
| 79 | |
| 80 | Object invoke(EvaluationContext ctx, Class<?>[] paramTypes, Object[] paramValues) throws ELException; |
| 81 | |
| 82 | /** |
| 83 | * @since EL 2.2 |
no outgoing calls