| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static Query |
Query.matches(String query)
Return a new
Condition matching against the entire
HttpServletRequest.getQueryString() |
static Query |
Query.parameterExists(String name)
Return a new
Condition matching against the existence of specific parameters
within HttpServletRequest.getQueryString() |
static Query |
Query.valueExists(String valuePattern)
Return a new
Condition matching against the existence of a parameter values
within HttpServletRequest.getQueryString() |
Copyright © 2013 OCPsoft. All Rights Reserved.