| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestParameter.AllRequestParameters |
| Modifier and Type | Method and Description |
|---|---|
static RequestParameter |
RequestParameter.exists(String name)
Return a
Header condition that matches only against the existence of a header with a name matching the
given pattern. |
static RequestParameter |
RequestParameter.matches(String name,
String value)
Return a
Header condition that matches against both header name and values. |
static RequestParameter |
RequestParameter.matchesAll(String name,
String value) |
static RequestParameter |
RequestParameter.valueExists(String value)
Return a
Header condition that matches only against the existence of a header with value matching the
given pattern. |
Copyright © 2013 OCPsoft. All Rights Reserved.