Resolve the specified variable name, and return the corresponding object, if any; otherwise, return null
.
@param context {@link FacesContext} against which to resolvethis variable name
@param name Name of the variable to be resolved
@throws EvaluationException if an exception is thrown while resolvingthe variable name (the thrown exception must be included as the
cause
property of this exception)
@throws NullPointerException if
context
or
name
is
null