public class StrutsVariableResolver
extends javax.faces.el.VariableResolver
Constructor and Description |
---|
StrutsVariableResolver(javax.faces.el.VariableResolver original)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
resolveVariable(javax.faces.context.FacesContext context,
String name)
Will return a reference to the current action if the action name matches
the requested variable name.
|
public StrutsVariableResolver(javax.faces.el.VariableResolver original)
original
- Original resolver to delegate to.public Object resolveVariable(javax.faces.context.FacesContext context, String name) throws javax.faces.el.EvaluationException
Will return a reference to the current action if the action name matches the requested variable name. Otherwise it will attempt to resolve the name from the value stack. Otherwise it will delegate to the original jsf resolver.
resolveVariable
in class javax.faces.el.VariableResolver
name
- Variable name to be resolvedjavax.faces.el.EvaluationException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.