| Package | Description |
|---|---|
| javax.el | |
| org.apache.el | |
| org.apache.el.parser |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context) |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
MethodExpressionLiteral.getMethodInfo(ELContext context) |
MethodInfo |
MethodExpressionImpl.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
|
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
AstValue.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
SimpleNode.getMethodInfo(EvaluationContext ctx,
Class<?>[] paramTypes) |
MethodInfo |
Node.getMethodInfo(EvaluationContext ctx,
Class<?>[] paramTypes) |
MethodInfo |
AstIdentifier.getMethodInfo(EvaluationContext ctx,
Class<?>[] paramTypes) |
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.