Uses of Class
jakarta.el.ExpressionFactory
Package
Description
Provides the API for Jakarta Expression Language 6.0
The portable extension integration SPI.
-
Uses of ExpressionFactory in jakarta.el
Modifier and TypeMethodDescriptionstatic ExpressionFactory
ELManager.getExpressionFactory()
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.static ExpressionFactory
ExpressionFactory.newInstance()
Creates a new instance of aExpressionFactory
.static ExpressionFactory
ExpressionFactory.newInstance
(Properties properties) Create a new instance of aExpressionFactory
, with optional properties.ModifierConstructorDescriptionStandardELContext
(ExpressionFactory factory) Construct a default ELContext for a stand-alone environment. -
Uses of ExpressionFactory in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionBeanManager.wrapExpressionFactory
(ExpressionFactory expressionFactory) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionBeanManager.wrapExpressionFactory
(ExpressionFactory expressionFactory) Deprecated, for removal: This API element is subject to removal in a future version.useELAwareBeanManager
, this method will be removed in CDI 5.0 -
Uses of ExpressionFactory in jakarta.enterprise.inject.spi.el
Modifier and TypeMethodDescriptionELAwareBeanManager.wrapExpressionFactory
(ExpressionFactory expressionFactory) Returns a wrapperExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
.Modifier and TypeMethodDescriptionELAwareBeanManager.wrapExpressionFactory
(ExpressionFactory expressionFactory) Returns a wrapperExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. -
Uses of ExpressionFactory in jakarta.faces.application
Modifier and TypeMethodDescriptionApplication.getExpressionFactory()
Return theExpressionFactory
instance for this application.ApplicationWrapper.getExpressionFactory()
The default behavior of this method is to callApplication.getExpressionFactory()
on the wrappedApplication
object. -
Uses of ExpressionFactory in jakarta.faces.view.facelets
Modifier and TypeMethodDescriptionabstract ExpressionFactory
FaceletContext.getExpressionFactory()
The ExpressionFactory to use within the Facelet this context is executing upon. -
Uses of ExpressionFactory in jakarta.servlet.jsp
Modifier and TypeMethodDescriptionJspApplicationContext.getExpressionFactory()
Returns a factory used to createValueExpression
s andMethodExpression
s so that EL expressions can be parsed and evaluated.
ELAwareBeanManager
, this method will be removed in CDI 5.0