Uses of Class
jakarta.el.ExpressionFactory
-
Packages that use ExpressionFactory Package Description jakarta.el jakarta.servlet.jsp org.apache.el org.apache.jasper.el org.apache.jasper.runtime -
-
Uses of ExpressionFactory in jakarta.el
Methods in jakarta.el that return ExpressionFactory Modifier and Type Method Description static ExpressionFactoryELManager. getExpressionFactory()static ExpressionFactoryExpressionFactory. newInstance()Create a newExpressionFactory.static ExpressionFactoryExpressionFactory. newInstance(java.util.Properties properties)Create a newExpressionFactorypassing in the providedProperties.Constructors in jakarta.el with parameters of type ExpressionFactory Constructor Description StandardELContext(ExpressionFactory factory) -
Uses of ExpressionFactory in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return ExpressionFactory Modifier and Type Method Description ExpressionFactoryJspApplicationContext. getExpressionFactory()Returns the JSP container'sExpressionFactoryimplementation for EL use. -
Uses of ExpressionFactory in org.apache.el
Subclasses of ExpressionFactory in org.apache.el Modifier and Type Class Description classExpressionFactoryImpl -
Uses of ExpressionFactory in org.apache.jasper.el
Methods in org.apache.jasper.el with parameters of type ExpressionFactory Modifier and Type Method Description static ELResolverELContextImpl. getDefaultResolver(ExpressionFactory factory)Constructors in org.apache.jasper.el with parameters of type ExpressionFactory Constructor Description ELContextImpl(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 Modifier and Type Method Description ExpressionFactoryJspApplicationContextImpl. getExpressionFactory()
-