Package | Description |
---|---|
com.caucho.server.rewrite |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConditions.addUnless(ConditionConfig condition) |
void |
AbstractRuleWithConditions.addUnless(ConditionConfig condition)
Add a condition that must not pass for the rule to match.
|
void |
AbstractConditions.addWhen(ConditionConfig condition) |
void |
AbstractRuleWithConditions.addWhen(ConditionConfig condition)
Add a condition that must pass for the rule to match.
|