Uses of Class
javax.el.ExpressionFactory
Packages that use ExpressionFactory
-
Uses of ExpressionFactory in javax.el
Fields in javax.el declared as ExpressionFactoryModifier and TypeFieldDescriptionstatic ExpressionFactoryELUtil.exprFactoryprivate ExpressionFactoryELProcessor.factoryMethods in javax.el that return ExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionFactoryELManager.getExpressionFactory()Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.(package private) static ExpressionFactoryELUtil.getExpressionFactory()static ExpressionFactoryExpressionFactory.newInstance()Creates a new instance of aExpressionFactory.static ExpressionFactoryExpressionFactory.newInstance(Properties properties) Create a new instance of aExpressionFactory, with optional properties.Constructors in javax.el with parameters of type ExpressionFactoryModifierConstructorDescriptionStandardELContext(ExpressionFactory factory) Construct a default ELContext for a stand-alone environment.