Contents
-
Terminally Deprecated Elements
-
Deprecated Interfaces
As of JSP 2.1, replaced by jakarta.el.FunctionMapper
As of JSP 2.1, replaced by jakarta.el.ELResolver
-
Deprecated Classes
As of JSP 2.1, replaced by jakarta.el.ValueExpression
As of JSP 2.1, replaced by jakarta.el.ExpressionFactory
-
Deprecated Exception Classes
As of JSP 2.1, replaced by jakarta.el.ELException
As of JSP 2.1, replaced by jakarta.el.ELException
-
Deprecated Fields
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
-
Deprecated Methods
As of JSP 2.1, replaced by JspApplicationContext.getExpressionFactory()
As of JSP 2.1, replaced by jakarta.el.ELContext.getELResolver() which can be obtained by
jspContext.getELContext().getELResolver()
As of JSP 2.1, replaced by java.lang.Throwable.getCause()