git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@895423
13f79535-47bb-0310-9956-
ffa450edef68
}
@Override
+ @Deprecated
public VariableResolver getVariableResolver() {
return this;
}
}
@Override
+ @Deprecated
public ExpressionEvaluator getExpressionEvaluator() {
return invokingJspCtxt.getExpressionEvaluator();
}
/**
* VariableResolver interface
*/
+ @Deprecated
public Object resolveVariable(String pName) throws ELException {
ELContext ctx = this.getELContext();
return ctx.getELResolver().getValue(ctx, null, pName);
* @return the result of the method mapping. Null means no entry found.
*/
@Override
+ @Deprecated
public Method resolveFunction(String prefix, String localName) {
if (this.fnmap != null) {
return this.fnmap.get(prefix + ":" + localName);