public abstract class HttpCondition extends DefaultConditionBuilder
HttpServletRewrite events.| Constructor and Description |
|---|
HttpCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Rewrite event,
EvaluationContext context) |
abstract boolean |
evaluateHttp(HttpServletRewrite event,
EvaluationContext context)
Evaluate this
Condition against the given
HttpServletRewrite event. |
and, andNot, or, orNotpublic abstract boolean evaluateHttp(HttpServletRewrite event, EvaluationContext context)
Condition against the given
HttpServletRewrite event. If this condition does not apply to the
given event, it must return false. If the condition applies and is satisfied, return
true.public final boolean evaluate(Rewrite event, EvaluationContext context)
Copyright © 2021 OCPsoft. All rights reserved.