Interface SpelExpressionContext
- All Superinterfaces:
ExpressionContext,Serializable
- All Known Implementing Classes:
StandardSpelExpressionContext
Adds additional context for SpEL expressions.
- Author:
- Nathan Moore (nathanmoore).
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.expression.ParserContextIntended to provide aParserContextto a SpEL expression.Methods inherited from interface com.broadleafcommerce.rulesengine.expression.context.ExpressionContext
getLimit, getVariables, isMatchAnyRule
-
Method Details
-
getParserContext
org.springframework.expression.ParserContext getParserContext()Intended to provide aParserContextto a SpEL expression. This is required to evaluate templated expressions.- Returns:
- a
ParserContext - See Also:
-
TemplateParserContext
-