| Methods in org.ocpsoft.rewrite.servlet.config that return Header |
static Header |
Header.exists(java.lang.String name)
Return a Header condition that matches only against the existence of a header with a name matching the
given pattern. |
static Header |
Header.matches(java.lang.String name,
java.lang.String value)
Return a Header condition that matches against both header name and values. |
static Header |
Header.valueExists(java.lang.String value)
Return a Header condition that matches only against the existence of a header with value matching the
given pattern. |