|
rewrite-impl-servlet 1.0.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Header | |
|---|---|
| org.ocpsoft.rewrite.servlet.config | |
| Uses of Header in org.ocpsoft.rewrite.servlet.config |
|---|
| Methods in org.ocpsoft.rewrite.servlet.config that return Header | |
|---|---|
static Header |
Header.exists(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(String name,
String value)
Return a Header condition that matches against both header name and values. |
static Header |
Header.valueExists(String value)
Return a Header condition that matches only against the existence of a header with value matching the
given pattern. |
|
rewrite-impl-servlet 1.0.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||