| Package | Description |
|---|---|
| javax.el |
Provides the API for the Unified Expression Language 3.0
|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| javax.faces.application | |
| javax.faces.view.facelets | |
| javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.1 API.
|
| org.apache.taglibs.standard.tag.common.core | |
| org.apache.taglibs.standard.util | |
| org.hibernate.validator.internal.engine.messageinterpolation |
Helper classes for message interpolation.
|
| org.hibernate.validator.internal.engine.messageinterpolation.el |
Helper classes for setting up the Expression Language context for message interpolation.
|
| org.hibernate.validator.messageinterpolation |
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used by custom implementations of the interface for delegation.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
ELManager.getExpressionFactory()
Return the ExpressionFactory instance used for EL 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. |
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionFactory |
SetSupport.getExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
ExpressionUtil.getExpressionFactory(PageContext pageContext)
Return the JSP's ExpressionFactory.
|
| Constructor and Description |
|---|
ElTermResolver(Locale locale,
ExpressionFactory expressionFactory)
Construct the resolver.
|
InterpolationTerm(String expression,
Locale locale,
ExpressionFactory expressionFactory)
Create an interpolation term for an expression.
|
| Constructor and Description |
|---|
SimpleELContext(ExpressionFactory expressionFactory) |
| Constructor and Description |
|---|
ResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator,
boolean cachingEnabled,
ExpressionFactory expressionFactory) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.