org.apache.myfaces.orchestra.viewController.jsf
Class ViewControllerVariableResolver
java.lang.Object
javax.faces.el.VariableResolver
org.apache.myfaces.orchestra.viewController.jsf.ViewControllerVariableResolver
public class ViewControllerVariableResolver
- extends javax.faces.el.VariableResolver
Provides a way to access the viewController through the JSF expression language (EL)
using the special variable name oxViewController
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewControllerVariableResolver
public ViewControllerVariableResolver(javax.faces.el.VariableResolver original)
resolveVariable
public Object resolveVariable(javax.faces.context.FacesContext facesContext,
String variableName)
throws javax.faces.el.EvaluationException
- Specified by:
resolveVariable
in class javax.faces.el.VariableResolver
- Throws:
javax.faces.el.EvaluationException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.