Interface Evaluator

    • Method Detail

      • evaluate

        boolean evaluate​(EvaluatorContext context)
                  throws EvaluatorException
        Evaluate a boolean expression
        Parameters:
        context - hold the information about the HTTP request
        Returns:
        result of evaluating the boolean expression
        Throws:
        EvaluatorException - if an error occurs while evaluating the HTTP request
      • getName

        String getName()
        Name of the evaluator
        Returns:
        name of the evaluator