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

java.lang.Object
  extended by VariableResolver
      extended by org.apache.myfaces.orchestra.viewController.jsf.ViewControllerVariableResolver

public class ViewControllerVariableResolver
extends VariableResolver

Provides a way to access the viewController through the JSF expression language (EL) using the special variable name oxViewController.


Constructor Summary
ViewControllerVariableResolver(VariableResolver original)
           
 
Method Summary
 java.lang.Object resolveVariable(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

ViewControllerVariableResolver

public ViewControllerVariableResolver(VariableResolver original)
Method Detail

resolveVariable

public java.lang.Object resolveVariable(FacesContext facesContext,
                                        java.lang.String variableName)
                                 throws EvaluationException
Throws:
EvaluationException


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.