Uses of Class
jakarta.el.ExpressionFactory
Packages that use ExpressionFactory
Package
Description
-
Uses of ExpressionFactory in jakarta.el
Methods in jakarta.el that return ExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionFactoryELManager.getExpressionFactory()static ExpressionFactoryExpressionFactory.newInstance()Create a newExpressionFactory.static ExpressionFactoryExpressionFactory.newInstance(Properties properties) Create a newExpressionFactorypassing in the providedProperties.Constructors in jakarta.el with parameters of type ExpressionFactory -
Uses of ExpressionFactory in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return ExpressionFactoryModifier and TypeMethodDescriptionJspApplicationContext.getExpressionFactory()Returns the JSP container'sExpressionFactoryimplementation for EL use. -
Uses of ExpressionFactory in org.apache.el
Subclasses of ExpressionFactory in org.apache.el -
Uses of ExpressionFactory in org.apache.jasper.el
Methods in org.apache.jasper.el with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionstatic ELResolverELContextImpl.getDefaultResolver(ExpressionFactory factory) Constructors in org.apache.jasper.el with parameters of type ExpressionFactoryModifierConstructorDescriptionELContextImpl(ExpressionFactory factory) ELResolverImpl(VariableResolver variableResolver, ExpressionFactory factory) Deprecated.ExpressionEvaluatorImpl(ExpressionFactory factory) Deprecated.ExpressionImpl(ValueExpression ve, ExpressionFactory factory) Deprecated. -
Uses of ExpressionFactory in org.apache.jasper.runtime
Methods in org.apache.jasper.runtime that return ExpressionFactory