| Package | Description | 
|---|---|
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.3 API. | 
| javax.servlet.jsp.el | Provides the  ELResolverclasses that define the
object resolution rules that must be supported by a JSP container 
with the new unified Expression Language. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract VariableResolver | JspContext. getVariableResolver()Deprecated. 
 As of JSP 2.1, replaced by  ELContext.getELResolver(),
     which can be obtained byjspContext.getELContext().getELResolver(). | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Object | ExpressionEvaluator. evaluate(String expression,
        Class expectedType,
        VariableResolver vResolver,
        FunctionMapper fMapper)Deprecated.  Evaluates an expression. | 
| abstract Object | Expression. evaluate(VariableResolver vResolver)Deprecated.  Evaluates an expression that was previously prepared. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.