Skip to content

Commit

Permalink
Remove the deprecated code used prior to the introduction of the EL spec
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Oct 19, 2022
1 parent e30d237 commit 59462ed
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 523 deletions.
25 changes: 1 addition & 24 deletions api/src/main/java/jakarta/servlet/jsp/JspContext.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2020 Oracle and/or its affiliates and others.
* Copyright (c) 1997, 2022 Oracle and/or its affiliates and others.
* All rights reserved.
* Copyright 2004 The Apache Software Foundation
*
Expand Down Expand Up @@ -176,29 +176,6 @@ public JspContext() {
*/
abstract public JspWriter getOut();

/**
* Provides programmatic access to the ExpressionEvaluator. The JSP Container must return a valid instance of an
* ExpressionEvaluator that can parse EL expressions.
*
* @deprecated As of JSP 2.1, replaced by {@link JspApplicationContext#getExpressionFactory}
* @return A valid instance of an ExpressionEvaluator.
* @since JSP 2.0
*/
@Deprecated
public abstract jakarta.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator();

/**
* Returns an instance of a VariableResolver that provides access to the implicit objects specified in the JSP
* specification using this JspContext as the context object.
*
* @deprecated As of JSP 2.1, replaced by {@link ELContext#getELResolver}, which can be obtained by
* <code>jspContext.getELContext().getELResolver()</code>.
* @return A valid instance of a VariableResolver.
* @since JSP 2.0
*/
@Deprecated
public abstract jakarta.servlet.jsp.el.VariableResolver getVariableResolver();

/**
* Returns the <code>ELContext</code> associated with this <code>JspContext</code>.
*
Expand Down
87 changes: 0 additions & 87 deletions api/src/main/java/jakarta/servlet/jsp/el/ELException.java

This file was deleted.

47 changes: 0 additions & 47 deletions api/src/main/java/jakarta/servlet/jsp/el/ELParseException.java

This file was deleted.

53 changes: 0 additions & 53 deletions api/src/main/java/jakarta/servlet/jsp/el/Expression.java

This file was deleted.

97 changes: 0 additions & 97 deletions api/src/main/java/jakarta/servlet/jsp/el/ExpressionEvaluator.java

This file was deleted.

44 changes: 0 additions & 44 deletions api/src/main/java/jakarta/servlet/jsp/el/FunctionMapper.java

This file was deleted.

Loading

0 comments on commit 59462ed

Please sign in to comment.