Package | Description |
---|---|
com.sun.el | |
com.sun.el.lang | |
jakarta.el |
Provides the API for Jakarta Expression Language 4.0
|
Modifier and Type | Class and Description |
---|---|
class |
MethodExpressionImpl
An
Expression that refers to a method on an object. |
class |
MethodExpressionLiteral |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes) |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(Class expectedReturnType,
Class[] expectedParamTypes) |
Modifier and Type | Method and Description |
---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
Parses an expression into a
MethodExpression for later evaluation. |
Copyright © 2023. All rights reserved.