|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.el.VariableResolver
org.apache.shale.dialog.faces.DialogVariableResolver
public final class DialogVariableResolver
Variable resolver that provides access to the instance data for a
particular DialogContext instance with a single symbol.
| Constructor Summary | |
|---|---|
DialogVariableResolver(javax.faces.el.VariableResolver original)
Wrap the specified VariableResolver instance. |
|
| Method Summary | |
|---|---|
Object |
resolveVariable(javax.faces.context.FacesContext context,
String name)
Resolve a reference to our dialog instance data (if requested), or delegate to the original VariableResolver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogVariableResolver(javax.faces.el.VariableResolver original)
Wrap the specified VariableResolver instance.
original - Original instance to be wrapped| Method Detail |
|---|
public Object resolveVariable(javax.faces.context.FacesContext context,
String name)
throws javax.faces.el.EvaluationException
Resolve a reference to our dialog instance data (if requested), or
delegate to the original VariableResolver.
resolveVariable in class javax.faces.el.VariableResolvercontext - FacesContext for the current requestname - Name of the variable to resolve
javax.faces.el.EvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||