Package com.broadleafcommerce.rulesengine.expression.service
-
Interface Summary Interface Description RuleEvaluationService Intended to provide a means to evaluate rule builder expressions written in some expression language. -
Class Summary Class Description SpelRuleEvaluationService Default implementation ofRuleEvaluationService
that takes the configuredExpressionParser
to parse SpELExpression
s with caching for expressions andEvaluationContexts
.