|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.VariableResolver
org.apache.struts2.jsf.StrutsVariableResolver
public class StrutsVariableResolver
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.
Constructor Summary | |
---|---|
StrutsVariableResolver(javax.faces.el.VariableResolver original)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(javax.faces.context.FacesContext context,
java.lang.String name)
Will return a reference to the current action if the action name matches the requested variable name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrutsVariableResolver(javax.faces.el.VariableResolver original)
original
- Original resolver to delegate to.Method Detail |
---|
public java.lang.Object resolveVariable(javax.faces.context.FacesContext context, java.lang.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 resolved
javax.faces.el.EvaluationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |