| Package | Description |
|---|---|
| javax.el |
Provides the API for the Unified Expression Language 3.0
|
| Modifier and Type | Field and Description |
|---|---|
static ExpressionFactory |
ELUtil.exprFactory |
private ExpressionFactory |
ELProcessor.factory |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.ref.WeakReference<ExpressionFactory> |
Util.CacheValue.ref |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
ELManager.getExpressionFactory()
Return the ExpressionFactory instance used for EL evaluations.
|
(package private) static ExpressionFactory |
ELUtil.getExpressionFactory() |
(package private) static ExpressionFactory |
Util.getExpressionFactory()
Provides a per class loader cache of ExpressionFactory instances without
pinning any in memory as that could trigger a memory leak.
|
ExpressionFactory |
Util.CacheValue.getExpressionFactory() |
static ExpressionFactory |
ExpressionFactory.newInstance()
Creates a new instance of a
ExpressionFactory. |
static ExpressionFactory |
ExpressionFactory.newInstance(java.util.Properties properties)
Create a new instance of a
ExpressionFactory, with
optional properties. |
| Modifier and Type | Method and Description |
|---|---|
void |
Util.CacheValue.setExpressionFactory(ExpressionFactory factory) |
| Constructor and Description |
|---|
StandardELContext(ExpressionFactory factory)
Construct a default ELContext for a stand-alone environment.
|