Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Exceptions
  • Fields
  • Methods
  • Constructors
  • Deprecated Interfaces
    Interface
    Description
    javax.servlet.jsp.el.FunctionMapper
    As of JSP 2.1, replaced by FunctionMapper
    javax.servlet.jsp.el.VariableResolver
    As of JSP 2.1, replaced by ELResolver
  • Deprecated Classes
    Class
    Description
    javax.servlet.jsp.el.Expression
    As of JSP 2.1, replaced by ValueExpression
    javax.servlet.jsp.el.ExpressionEvaluator
    As of JSP 2.1, replaced by ExpressionFactory
  • Deprecated Exceptions
    Exceptions
    Description
    javax.servlet.jsp.el.ELException
    As of JSP 2.1, replaced by ELException
    javax.servlet.jsp.el.ELParseException
    As of JSP 2.1, replaced by ELException
  • Deprecated Fields
    Field
    Description
    javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_TAG
    As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
  • Deprecated Methods
    Method
    Description
    javax.servlet.jsp.JspContext.getExpressionEvaluator()
    As of JSP 2.1, replaced by JspApplicationContext.getExpressionFactory()
    javax.servlet.jsp.JspContext.getVariableResolver()
    As of JSP 2.1, replaced by ELContext.getELResolver(), which can be obtained by jspContext.getELContext().getELResolver().
    javax.servlet.jsp.JspException.getRootCause()
    As of JSP 2.1, replaced by Throwable.getCause()
    org.apache.jasper.servlet.JspCServletContext.getServlet(String)
    This method has been deprecated with no replacement
    org.apache.jasper.servlet.JspCServletContext.getServletNames()
    This method has been deprecated with no replacement
    org.apache.jasper.servlet.JspCServletContext.getServlets()
    This method has been deprecated with no replacement
    org.apache.jasper.servlet.JspCServletContext.log(Exception, String)
    Use log(String,Throwable) instead
  • Deprecated Constructors
    Constructor
    Description
    org.apache.jasper.runtime.TagHandlerPool(int)
    Use static getTagHandlerPool