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. |
public abstract boolean evaluateHttp(HttpServletRewrite event, EvaluationContext context)
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 © 2013 OCPsoft. All Rights Reserved.