public class SpringBootExpressionLanguageProvider extends Object implements org.ocpsoft.rewrite.el.spi.ExpressionLanguageProvider
ExpressionLanguageProvider for the Spring Expression Language (SpEL).
Inspired by https://github.com/ocpsoft/rewrite/blob/master/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringExpressionLanguageProvider.javaSpringExpressionLanguageProvider| Constructor and Description |
|---|
SpringBootExpressionLanguageProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluateMethodExpression(String expression) |
Object |
evaluateMethodExpression(String expression,
Object... values) |
org.springframework.expression.EvaluationContext |
getEvaluationContext()
Lazily creates a StandardEvaluationContext.
|
int |
priority() |
Object |
retrieveValue(String expression) |
void |
submitValue(String expression,
Object value) |
public SpringBootExpressionLanguageProvider()
public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic Object retrieveValue(String expression) throws UnsupportedOperationException
retrieveValue in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProviderUnsupportedOperationExceptionpublic void submitValue(String expression, Object value) throws UnsupportedOperationException
submitValue in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProviderUnsupportedOperationExceptionpublic Object evaluateMethodExpression(String expression) throws UnsupportedOperationException
evaluateMethodExpression in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProviderUnsupportedOperationExceptionpublic Object evaluateMethodExpression(String expression, Object... values) throws UnsupportedOperationException
evaluateMethodExpression in interface org.ocpsoft.rewrite.el.spi.ExpressionLanguageProviderUnsupportedOperationExceptionpublic org.springframework.expression.EvaluationContext getEvaluationContext()
StandardBeanExpressionResolver.evaluate(String, BeanExpressionContext)Copyright © 2016–2018 JoinFaces. All rights reserved.