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 |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.3 API.
|
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
ValueExpression s and
MethodExpression s so that EL expressions can be
parsed and evaluated. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.