package org.apache.el.parser;
import javax.el.ELException;
import javax.el.MethodExpression;
import javax.el.MethodInfo;
import javax.el.MethodNotFoundException;
import javax.el.PropertyNotFoundException;
import javax.el.ValueExpression;
import javax.el.VariableMapper;
- Author(s):
- Jacob Hookom [jacob@hookom.net]
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: remy.maucherat@jboss.com $
ValueExpression expr = varMapper.resolveVariable(this.image);
throw new PropertyNotFoundException("Could not resolve property '" + this.image + "'"); ValueExpression expr = varMapper.resolveVariable(this.image);
throw new PropertyNotFoundException("Could not resolve property '" + this.image + "'"); ValueExpression expr = varMapper.resolveVariable(this.image);
throw new PropertyNotFoundException("Could not resolve property '" + this.image + "'"); ValueExpression expr = varMapper.resolveVariable(this.image);
throw new PropertyNotFoundException("Could not resolve property '" + this.image + "'"); Object[] paramValues) throws ELException { if (target instanceof MethodExpression) { MethodExpression me = (MethodExpression) target;
} else if (target == null) { throw new MethodNotFoundException("Identity '" + this.image + "' was null and was unable to invoke");
+ "' does not reference a MethodExpression instance, returned type: "
Object[] paramValues) throws ELException { ValueExpression ve = null;
ve = varMapper.resolveVariable(this.image);
if (obj instanceof MethodExpression) { return (MethodExpression) obj;
} else if (obj == null) { throw new MethodNotFoundException("Identity '" + this.image + "' was null and was unable to invoke");
+ "' does not reference a MethodExpression instance, returned type: "