| Package | Description |
|---|---|
| javax.el | |
| javax.faces.context |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes) |
abstract ValueExpression |
ExpressionFactory.createValueExpression(ELContext context,
String expression,
Class<?> expectedType) |
abstract Object |
ValueExpression.getValue(ELContext context) |
| Modifier and Type | Method and Description |
|---|---|
ELContext |
FacesContext.getELContext() |
Copyright © 2022. All rights reserved.