Class CompositeConditionEvaluator

  • All Implemented Interfaces:
    ActionConditionEvaluator, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    public class CompositeConditionEvaluator
    extends ActionConditionEvaluatorAbstractBase
    This class is needed to provide some infrastructure, but the actual evaluation of Composite Conditions happens inside the ActionServiceImpl as a special case.
    Author:
    Jean Barmash