| Constructor and Description |
|---|
NotEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(EvaluatorContext context)
Evaluate a boolean expression
|
Evaluator |
getEvaluator() |
String |
getName()
Name of the evaluator
|
void |
setEvaluator(Evaluator evaluator) |
public boolean evaluate(EvaluatorContext context) throws EvaluatorException
Evaluatorevaluate in interface Evaluatorcontext - hold the information about the HTTP requestEvaluatorException - if an error occurs while evaluating
the HTTP requestpublic void setEvaluator(Evaluator evaluator)
public Evaluator getEvaluator()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.