-
For Removal Element Description jakarta.servlet.jsp.el.ImplicitObjectELResolver.getFeatureDescriptors(ELContext, Object) This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.jakarta.servlet.jsp.el.ScopedAttributeELResolver.getFeatureDescriptors(ELContext, Object) This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.
-
Interfaces Interface Description jakarta.servlet.jsp.el.FunctionMapper As of JSP 2.1, replaced byFunctionMapper
jakarta.servlet.jsp.el.VariableResolver As of JSP 2.1, replaced byELResolver
-
Classes Class Description jakarta.servlet.jsp.el.Expression As of JSP 2.1, replaced byValueExpression
jakarta.servlet.jsp.el.ExpressionEvaluator As of JSP 2.1, replaced byExpressionFactory
-
Exceptions Exceptions Description jakarta.servlet.jsp.el.ELException As of JSP 2.1, replaced byELException
jakarta.servlet.jsp.el.ELParseException As of JSP 2.1, replaced byELException
-
Fields Field Description jakarta.servlet.jsp.tagext.BodyTag.EVAL_BODY_TAG As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
-
Methods Method Description jakarta.servlet.jsp.el.ImplicitObjectELResolver.getFeatureDescriptors(ELContext, Object) This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.jakarta.servlet.jsp.el.ScopedAttributeELResolver.getFeatureDescriptors(ELContext, Object) This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.jakarta.servlet.jsp.JspContext.getExpressionEvaluator() As of JSP 2.1, replaced byJspApplicationContext.getExpressionFactory()
jakarta.servlet.jsp.JspContext.getVariableResolver() As of JSP 2.1, replaced byELContext.getELResolver()
, which can be obtained byjspContext.getELContext().getELResolver()
.jakarta.servlet.jsp.JspException.getRootCause() As of JSP 2.1, replaced byThrowable.getCause()