javax.faces.el
Class VariableResolver

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

Deprecated.

public abstract class VariableResolver
extends java.lang.Object

see Javadoc of JSF Specification

Version:
$Revision: 882395 $ $Date: 2009-11-19 22:15:53 -0500 (Thu, 19 Nov 2009) $
Author:
Thomas Spiegl (latest modification by $Author: lu4242 $)

Constructor Summary
VariableResolver()
          Deprecated.  
 
Method Summary
abstract  java.lang.Object resolveVariable(FacesContext facesContext, java.lang.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 java.lang.Object resolveVariable(FacesContext facesContext,
                                                 java.lang.String name)
                                          throws EvaluationException
Deprecated. 

Throws:
EvaluationException


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