Uses of Interface
com.broadleafcommerce.rulesengine.expression.context.factory.EvaluationContextFactory
Packages that use EvaluationContextFactory
Package
Description
-
Uses of EvaluationContextFactory in com.broadleafcommerce.rulesengine.expression.context.factory
Classes in com.broadleafcommerce.rulesengine.expression.context.factory that implement EvaluationContextFactoryModifier and TypeClassDescriptionclassDefault implementation ofEvaluationContextFactorythat caches theEvaluationContexts it creates. -
Uses of EvaluationContextFactory in com.broadleafcommerce.rulesengine.expression.service
Fields in com.broadleafcommerce.rulesengine.expression.service declared as EvaluationContextFactoryModifier and TypeFieldDescriptionprotected final EvaluationContextFactorySpelRuleEvaluationService.evaluationContextFactoryConstructors in com.broadleafcommerce.rulesengine.expression.service with parameters of type EvaluationContextFactoryModifierConstructorDescriptionSpelRuleEvaluationService(org.springframework.expression.ExpressionParser blSpelParser, EvaluationContextFactory blEvaluationContextFactory)