org.apache.myfaces.el
Class VariableResolverToApplicationELResolverAdapter

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

public class VariableResolverToApplicationELResolverAdapter
extends javax.faces.el.VariableResolver

This class is used to delegate resolveVariable(FacesContext, String) to the el resolver of the application.

Version:
$Revision: 524598 $ $Date: 2007-04-01 09:19:55 -0500 (Sun, 01 Apr 2007) $
Author:
Mathias Broekelmann (latest modification by $Author: mbr $)

Constructor Summary
VariableResolverToApplicationELResolverAdapter()
           
 
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

VariableResolverToApplicationELResolverAdapter

public VariableResolverToApplicationELResolverAdapter()
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.