| Package | Description |
|---|---|
| com.caucho.server.rewrite |
| Modifier and Type | Method and Description |
|---|---|
OrConditions |
AbstractConditions.createOr() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConditions.addOr(OrConditions or) |
void |
AbstractRuleWithConditions.addOr(OrConditions condition)
Add a list of conditions one of which must pass for the rule to match.
|