public class FacesExpressionLanguageProvider extends Object implements ExpressionLanguageProvider
ExpressionLanguageProvider that uses the FacesContext to obtain the
ELContext and the ExpressionFactory.| Constructor and Description |
|---|
FacesExpressionLanguageProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluateMethodExpression(String expression) |
Object |
evaluateMethodExpression(String expression,
Object... values) |
int |
priority() |
Object |
retrieveValue(String expression) |
void |
submitValue(String expression,
Object value) |
public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic Object retrieveValue(String expression) throws UnsupportedOperationException
retrieveValue in interface ExpressionLanguageProviderUnsupportedOperationExceptionpublic void submitValue(String expression, Object value) throws UnsupportedOperationException
submitValue in interface ExpressionLanguageProviderUnsupportedOperationExceptionpublic Object evaluateMethodExpression(String expression) throws UnsupportedOperationException
evaluateMethodExpression in interface ExpressionLanguageProviderUnsupportedOperationExceptionpublic Object evaluateMethodExpression(String expression, Object... values) throws UnsupportedOperationException
evaluateMethodExpression in interface ExpressionLanguageProviderUnsupportedOperationExceptionCopyright © 2015 OCPsoft. All Rights Reserved.