| Package | Description |
|---|---|
| javax.el | |
| javax.servlet.jsp | |
| org.apache.el | |
| org.apache.jasper.el | |
| org.apache.jasper.runtime |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
ELManager.getExpressionFactory() |
static ExpressionFactory |
ExpressionFactory.newInstance()
Create a new
ExpressionFactory. |
static ExpressionFactory |
ExpressionFactory.newInstance(Properties properties)
Create a new
ExpressionFactory passing in the provided
Properties. |
| Constructor and Description |
|---|
StandardELContext(ExpressionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
JspApplicationContext.getExpressionFactory()
Returns the JSP container's
ExpressionFactory implementation
for EL use. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionFactoryImpl |
| Modifier and Type | Method and Description |
|---|---|
static ELResolver |
ELContextImpl.getDefaultResolver(ExpressionFactory factory) |
| Constructor and Description |
|---|
ELContextImpl(ExpressionFactory factory) |
ELResolverImpl(VariableResolver variableResolver,
ExpressionFactory factory)
Deprecated.
|
ExpressionEvaluatorImpl(ExpressionFactory factory)
Deprecated.
|
ExpressionImpl(ValueExpression ve,
ExpressionFactory factory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
JspApplicationContextImpl.getExpressionFactory() |
Copyright © 2014–2018 Webtide. All rights reserved.