| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static Query |
Query.matches(String query)
Create a
Condition matching the current Address.getQuery(). |
static Query |
Query.parameterExists(String name)
Create a
Condition asserting the existence of specific parameter names within the current
Address.getQuery() |
static Query |
Query.valueExists(String valuePattern)
Create a
Condition asserting the existence of specific parameter values within the current
Address.getQuery(). |
Copyright © 2019 OCPsoft. All rights reserved.