Uses of Class
javax.el.ExpressionFactory
Packages that use ExpressionFactory
Package
Description
-
Uses of ExpressionFactory in javax.el
Methods in javax.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 javax.el with parameters of type ExpressionFactory -
Uses of ExpressionFactory in javax.servlet.jsp
Methods in javax.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