Package | Description |
---|---|
com.sun.el | |
com.sun.el.parser | |
javax.el |
Provides the API for the Unified Expression Language 3.0
|
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 |
AstIdentifier.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
SimpleNode.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
Node.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
SimpleNode.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
AstIdentifier.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
AstValue.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
MethodInfo |
Node.getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
Modifier and Type | Method and Description |
---|---|
abstract MethodInfo |
MethodExpression.getMethodInfo(ELContext context)
Evaluates the expression relative to the provided context, and
returns information about the actual referenced method.
|
Copyright © 2016. All rights reserved.