Uses of Class
jakarta.el.ExpressionFactory
Packages that use ExpressionFactory
-
Uses of ExpressionFactory in com.sun.el
Subclasses of ExpressionFactory in com.sun.el -
Uses of ExpressionFactory in jakarta.el
Fields in jakarta.el declared as ExpressionFactoryModifier and TypeFieldDescriptionstatic ExpressionFactory
ELUtil.exprFactory
private ExpressionFactory
ELProcessor.factory
Methods in jakarta.el that return ExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionFactory
ELManager.getExpressionFactory()
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.(package private) static ExpressionFactory
ELUtil.getExpressionFactory()
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.Constructors in jakarta.el with parameters of type ExpressionFactoryModifierConstructorDescriptionStandardELContext
(ExpressionFactory factory) Construct a default ELContext for a stand-alone environment.