| Package | Description | 
|---|---|
| javax.el | 
 Provides the API for Jakarta Expression Language 3.0 
 | 
| javax.enterprise.inject.spi | 
 The portable extension integration SPI. 
 | 
| javax.faces.application | |
| javax.faces.view.facelets | |
| javax.servlet.jsp | 
| Modifier and Type | Method and Description | 
|---|---|
static ExpressionFactory | 
ELManager.getExpressionFactory()
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations. 
 | 
static ExpressionFactory | 
ExpressionFactory.newInstance()
Creates a new instance of a  
ExpressionFactory. | 
static ExpressionFactory | 
ExpressionFactory.newInstance(Properties properties)
Create a new instance of a  
ExpressionFactory, with optional properties. | 
| Constructor and Description | 
|---|
StandardELContext(ExpressionFactory factory)
Construct a default ELContext for a stand-alone environment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionFactory | 
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns a wrapper  
ExpressionFactory that delegates MethodExpression and
 ValueExpression creation to the given ExpressionFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionFactory | 
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns a wrapper  
ExpressionFactory that delegates MethodExpression and
 ValueExpression creation to the given ExpressionFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionFactory | 
ApplicationWrapper.getExpressionFactory()
 The default behavior of this method is to call   | 
ExpressionFactory | 
Application.getExpressionFactory()
 Return the  
ExpressionFactory instance for this application. | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ExpressionFactory | 
FaceletContext.getExpressionFactory()
The ExpressionFactory to use within the Facelet this context is executing upon.  | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionFactory | 
JspApplicationContext.getExpressionFactory()
Returns a factory used to create  
ValueExpressions and MethodExpressions so that EL
 expressions can be parsed and evaluated. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.