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: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Mathias Broekelmann (latest modification by $Author: bommel $)
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 © 2012 The Apache Software Foundation. All Rights Reserved.