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