org.apache.myfaces.el
Class NullVariableResolver
java.lang.Object
javax.faces.el.VariableResolver
org.apache.myfaces.el.NullVariableResolver
public class NullVariableResolver
- extends VariableResolver
This is the default VariableResolver. See JSF 1.2 spec section 5.8.1
- Author:
- Stan Silvert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullVariableResolver
public NullVariableResolver()
- Creates a new instance of NullVariableResolver
resolveVariable
public Object resolveVariable(FacesContext facesContext,
String name)
throws EvaluationException
- Specified by:
resolveVariable
in class VariableResolver
- Throws:
EvaluationException
Copyright © 2015 The Apache Software Foundation. All rights reserved.