org.apache.myfaces.el
Class VariableResolverToApplicationELResolverAdapter
java.lang.Object
javax.faces.el.VariableResolver
org.apache.myfaces.el.VariableResolverToApplicationELResolverAdapter
public class VariableResolverToApplicationELResolverAdapter
- extends 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 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableResolverToApplicationELResolverAdapter
public VariableResolverToApplicationELResolverAdapter()
resolveVariable
public Object resolveVariable(FacesContext facesContext,
String name)
throws EvaluationException
- Specified by:
resolveVariable
in class VariableResolver
- Throws:
EvaluationException
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.