-
Interfaces Interface Description javax.servlet.jsp.el.FunctionMapper As of JSP 2.1, replaced byFunctionMapper
javax.servlet.jsp.el.VariableResolver As of JSP 2.1, replaced byELResolver
-
Classes Class Description javax.servlet.jsp.el.Expression As of JSP 2.1, replaced byValueExpression
javax.servlet.jsp.el.ExpressionEvaluator As of JSP 2.1, replaced byExpressionFactory
-
Exceptions Exceptions Description javax.servlet.jsp.el.ELException As of JSP 2.1, replaced byELException
javax.servlet.jsp.el.ELParseException As of JSP 2.1, replaced byELException
-
Methods Method Description javax.servlet.jsp.JspContext.getExpressionEvaluator() As of JSP 2.1, replaced bygetExpressionFactory()
javax.servlet.jsp.JspContext.getVariableResolver() As of JSP 2.1, replaced byELContext.getELResolver()
, which can be obtained byjspContext.getELContext().getELResolver()
.javax.servlet.jsp.JspException.getRootCause() As of JSP 2.1, replaced byThrowable.getCause()