javax.faces.el
Class VariableResolver

java.lang.Object
  extended by javax.faces.el.VariableResolver

Deprecated.

public abstract class VariableResolver
extends Object

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)

Constructor Summary
VariableResolver()
          Deprecated.  
 
Method Summary
abstract  Object resolveVariable(FacesContext facesContext, String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableResolver

public VariableResolver()
Deprecated. 

Method Detail

resolveVariable

public abstract Object resolveVariable(FacesContext facesContext,
                                       String name)
                                throws EvaluationException
Deprecated. 

Throws:
EvaluationException


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