|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Evaluator
This is the base interface for evaluating boolean expressions. It executes a boolean expression and return true or false based on the result of executing the boolean expression.
| Method Summary | |
|---|---|
boolean |
evaluate(EvaluatorContext context)
Evaluate a boolean expression |
String |
getName()
Name of the evaluator |
| Method Detail |
|---|
boolean evaluate(EvaluatorContext context)
throws EvaluatorException
context - hold the information about the HTTP request
EvaluatorException - if an error occurs while evaluating
the HTTP requestString getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||