| Interface and Description |
|---|
| jakarta.servlet.jsp.el.FunctionMapper
As of JSP 2.1, replaced by jakarta.el.FunctionMapper
|
| jakarta.servlet.http.HttpSessionContext
As of Java(tm) Servlet API 2.1 for security reasons, with no
replacement. This interface will be removed in a future version
of this API.
|
| jakarta.servlet.SingleThreadModel
As of Java Servlet API 2.4, with no direct replacement.
|
| jakarta.servlet.jsp.el.VariableResolver
As of JSP 2.1, replaced by jakarta.el.ELResolver
|
| Class and Description |
|---|
| org.apache.jasper.el.ELResolverImpl |
| jakarta.servlet.jsp.el.Expression
As of JSP 2.1, replaced by jakarta.el.ValueExpression
|
| jakarta.servlet.jsp.el.ExpressionEvaluator
As of JSP 2.1, replaced by jakarta.el.ExpressionFactory
|
| org.apache.jasper.el.ExpressionEvaluatorImpl |
| org.apache.jasper.el.ExpressionImpl |
| org.apache.jasper.el.FunctionMapperImpl |
| jakarta.servlet.http.HttpUtils
As of Java(tm) Servlet API 2.3.
These methods were only useful
with the default encoding and have been moved
to the request interfaces.
|
| org.apache.jasper.el.VariableResolverImpl |
| Exceptions and Description |
|---|
| jakarta.servlet.jsp.el.ELException
As of JSP 2.1, replaced by jakarta.el.ELException
|
| jakarta.servlet.jsp.el.ELParseException
As of JSP 2.1, replaced by jakarta.el.ELException
|
| Field and 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.
|
| Constructor and Description |
|---|
| jakarta.servlet.UnavailableException(int, Servlet, String)
As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String, int) instead. |
| jakarta.servlet.UnavailableException(Servlet, String)
As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String) instead. |
Copyright © 2014–2021. All rights reserved.