public class VariableResolverImpl
extends javax.faces.el.VariableResolver
Concrete implementation of VariableResolver
.
Constructor and Description |
---|
VariableResolverImpl() |
Modifier and Type | Method and Description |
---|---|
javax.faces.el.VariableResolver |
getDelegate() |
Object |
resolveVariable(javax.faces.context.FacesContext context,
String name)
Resolve the specified variable name, and return the corresponding
object, if any; otherwise, return
null . |
void |
setDelegate(javax.faces.el.VariableResolver delegate) |
public Object resolveVariable(javax.faces.context.FacesContext context, String name) throws javax.faces.el.EvaluationException
javax.faces.el.VariableResolver
Resolve the specified variable name, and return the corresponding
object, if any; otherwise, return null
.
resolveVariable
in class javax.faces.el.VariableResolver
context
- FacesContext
against which to resolve
this variable namename
- Name of the variable to be resolvedjavax.faces.el.EvaluationException
- 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(javax.faces.el.VariableResolver delegate)
public javax.faces.el.VariableResolver getDelegate()
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.