| Package | Description |
|---|---|
| javax.el | |
| javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
| javax.servlet.jsp |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
ExpressionFactory.newInstance() |
static ExpressionFactory |
ExpressionFactory.newInstance(java.util.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns the BeanManager's EL resolver.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns the BeanManager's EL resolver.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
JspApplicationContext.getExpressionFactory()
Gets the expression factory
|