Package org.ocpsoft.rewrite.faces
Class FacesExpressionLanguageProvider
java.lang.Object
org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider
- All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted,ExpressionLanguageProvider
Implementation of
ExpressionLanguageProvider that uses the FacesContext to obtain the
ELContext and the ExpressionFactory.- Author:
- Christian Kaltepoth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluateMethodExpression(String expression) evaluateMethodExpression(String expression, Object... values) intpriority()retrieveValue(String expression) voidsubmitValue(String expression, Object value)
-
Constructor Details
-
FacesExpressionLanguageProvider
public FacesExpressionLanguageProvider()
-
-
Method Details
-
priority
public int priority()- Specified by:
priorityin interfaceorg.ocpsoft.common.pattern.Weighted
-
retrieveValue
- Specified by:
retrieveValuein interfaceExpressionLanguageProvider- Throws:
UnsupportedOperationException
-
submitValue
- Specified by:
submitValuein interfaceExpressionLanguageProvider- Throws:
UnsupportedOperationException
-
evaluateMethodExpression
- Specified by:
evaluateMethodExpressionin interfaceExpressionLanguageProvider- Throws:
UnsupportedOperationException
-
evaluateMethodExpression
public Object evaluateMethodExpression(String expression, Object... values) throws UnsupportedOperationException - Specified by:
evaluateMethodExpressionin interfaceExpressionLanguageProvider- Throws:
UnsupportedOperationException
-