|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.VariableResolver
org.apache.myfaces.orchestra.viewController.jsf.ViewControllerVariableResolver
public class ViewControllerVariableResolver
Provides a way to access the viewController through the JSF expression language (EL)
using the special variable name oxViewController
.
Constructor Summary | |
---|---|
ViewControllerVariableResolver(javax.faces.el.VariableResolver original)
|
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(javax.faces.context.FacesContext facesContext,
java.lang.String variableName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewControllerVariableResolver(javax.faces.el.VariableResolver original)
Method Detail |
---|
public java.lang.Object resolveVariable(javax.faces.context.FacesContext facesContext, java.lang.String variableName) throws javax.faces.el.EvaluationException
resolveVariable
in class javax.faces.el.VariableResolver
javax.faces.el.EvaluationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |