Save This Page
Home » apache-tomcat-6.0.16-src » javax » servlet » jsp » el » [javadoc | source]
javax.servlet.jsp.el
public interface: VariableResolver [javadoc | source] Deprecated!

This class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time. For example, instances of this class can implement their own variable lookup mechanisms, or introduce the notion of "implicit variables" which override any other variables. An instance of this class should be passed when evaluating an expression.

An instance of this class includes the context against which resolution will happen

Method from javax.servlet.jsp.el.VariableResolver Summary:
resolveVariable
Method from javax.servlet.jsp.el.VariableResolver Detail:
 public Object resolveVariable(String pName) throws ELException       Deprecated!
    Resolves the specified variable. Returns null if the variable is not found.