-
Interfaces Interface Description 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.jsp.el.FunctionMapper As of JSP 2.1, replaced by jakarta.el.FunctionMapperjakarta.servlet.jsp.el.VariableResolver As of JSP 2.1, replaced by jakarta.el.ELResolverjakarta.servlet.SingleThreadModel As of Java Servlet API 2.4, with no direct replacement.
-
Classes Class Description 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.jakarta.servlet.jsp.el.Expression As of JSP 2.1, replaced by jakarta.el.ValueExpressionjakarta.servlet.jsp.el.ExpressionEvaluator As of JSP 2.1, replaced by jakarta.el.ExpressionFactoryorg.apache.jasper.el.ELResolverImpl org.apache.jasper.el.ExpressionEvaluatorImpl org.apache.jasper.el.ExpressionImpl org.apache.jasper.el.FunctionMapperImpl org.apache.jasper.el.VariableResolverImpl
-
Exceptions Exceptions Description jakarta.servlet.jsp.el.ELException As of JSP 2.1, replaced by jakarta.el.ELExceptionjakarta.servlet.jsp.el.ELParseException As of JSP 2.1, replaced by jakarta.el.ELException
-
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.
-
Constructors Constructor Description jakarta.servlet.UnavailableException(Servlet, String) As of Java Servlet API 2.2, useUnavailableException(String)instead.