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 VariableResolvercontext - 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()
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.