public interface Evaluator
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(EvaluatorContext context)
Evaluate a boolean expression
|
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 requestString getName()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.