public interface Evaluator
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(EvaluatorContext context)
Evaluate a boolean expression
|
java.lang.String |
getName()
Name of the evaluator
|
boolean evaluate(EvaluatorContext context) throws EvaluatorException
context
- hold the information about the HTTP requestEvaluatorException
- if an error occurs while evaluating
the HTTP requestjava.lang.String getName()
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.