Uses of Class
jakarta.el.ExpressionFactory
-
Packages that use ExpressionFactory Package Description com.sun.el jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of ExpressionFactory in com.sun.el
Subclasses of ExpressionFactory in com.sun.el Modifier and Type Class Description classExpressionFactoryImpl -
Uses of ExpressionFactory in jakarta.el
Fields in jakarta.el declared as ExpressionFactory Modifier and Type Field Description static ExpressionFactoryELUtil. exprFactoryprivate ExpressionFactoryELProcessor. factoryMethods in jakarta.el that return ExpressionFactory Modifier and Type Method Description static 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(java.util.Properties properties)Create a new instance of aExpressionFactory, with optional properties.Constructors in jakarta.el with parameters of type ExpressionFactory Constructor Description StandardELContext(ExpressionFactory factory)Construct a default ELContext for a stand-alone environment.
-