| Package | Description |
|---|---|
| com.sun.el | |
| javax.el |
Provides the API for Jakarta Expression Language 3.0
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionFactoryImpl |
| 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.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.