org.apache.myfaces.el.convert
Class ELResolverToVariableResolver
java.lang.Object
javax.faces.el.VariableResolver
org.apache.myfaces.el.convert.ELResolverToVariableResolver
public final class ELResolverToVariableResolver
- extends VariableResolver
Provides ELResolver wrapper so that legacy apps which rely on a VariableResolver can still work.
- Author:
- Stan Silvert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELResolverToVariableResolver
public ELResolverToVariableResolver(javax.el.ELResolver elResolver)
- Creates a new instance of ELResolverToVariableResolver
resolveVariable
public Object resolveVariable(FacesContext facesContext,
String name)
throws EvaluationException
- Specified by:
resolveVariable
in class VariableResolver
- Throws:
EvaluationException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.