public class VariableResolverImpl extends VariableResolver
Concrete implementation of VariableResolver
.
Constructor and Description |
---|
VariableResolverImpl() |
Modifier and Type | Method and Description |
---|---|
VariableResolver |
getDelegate() |
Object |
resolveVariable(FacesContext context,
String name)
Resolve the specified variable name, and return the corresponding
object, if any; otherwise, return
null . |
void |
setDelegate(VariableResolver delegate) |
public Object resolveVariable(FacesContext context, String name) throws EvaluationException
VariableResolver
Resolve the specified variable name, and return the corresponding
object, if any; otherwise, return null
.
resolveVariable
in class VariableResolver
context
- FacesContext
against which to resolve
this variable namename
- Name of the variable to be resolvedEvaluationException
- if an exception is thrown while resolving
the variable name (the thrown exception must be included as the
cause
property of this exception)public void setDelegate(VariableResolver delegate)
public VariableResolver getDelegate()
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.