org.apache.myfaces.el
Class NullVariableResolver

java.lang.Object
  extended by javax.faces.el.VariableResolver
      extended by org.apache.myfaces.el.NullVariableResolver

public class NullVariableResolver
extends javax.faces.el.VariableResolver

This is the default VariableResolver. See JSF 1.2 spec section 5.8.1

Author:
Stan Silvert

Constructor Summary
NullVariableResolver()
          Creates a new instance of NullVariableResolver
 
Method Summary
 java.lang.Object resolveVariable(javax.faces.context.FacesContext facesContext, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullVariableResolver

public NullVariableResolver()
Creates a new instance of NullVariableResolver

Method Detail

resolveVariable

public java.lang.Object resolveVariable(javax.faces.context.FacesContext facesContext,
                                        java.lang.String name)
                                 throws javax.faces.el.EvaluationException
Specified by:
resolveVariable in class javax.faces.el.VariableResolver
Throws:
javax.faces.el.EvaluationException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.