org.apache.myfaces.orchestra.viewController.jsf
Class ViewControllerVariableResolver

java.lang.Object
  extended by javax.faces.el.VariableResolver
      extended by 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.


Constructor Summary
ViewControllerVariableResolver(javax.faces.el.VariableResolver original)
           
 
Method Summary
 Object resolveVariable(javax.faces.context.FacesContext facesContext, String variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewControllerVariableResolver

public ViewControllerVariableResolver(javax.faces.el.VariableResolver original)
Method Detail

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.