Class FacesExpressionLanguageProvider

java.lang.Object
org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, ExpressionLanguageProvider

public class FacesExpressionLanguageProvider extends Object implements ExpressionLanguageProvider
Implementation of ExpressionLanguageProvider that uses the FacesContext to obtain the ELContext and the ExpressionFactory.
Author:
Christian Kaltepoth