org.apache.myfaces.config
Class LastVariableResolverInChain
java.lang.Object
javax.faces.el.VariableResolver
org.apache.myfaces.config.LastVariableResolverInChain
public class LastVariableResolverInChain
- extends VariableResolver
Represents the last Variable resolver in the chain - is added to be able to
through an Evaluation Exception, even if any third-party Variable Resolver is
added to the mix.
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Martin Marinschek (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LastVariableResolverInChain
public LastVariableResolverInChain(VariableResolver variableResolver)
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.