Uses of Class
jakarta.el.ExpressionFactory
-
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.