|
rewrite-impl-servlet 1.0.4.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestParameter | |
|---|---|
| org.ocpsoft.rewrite.servlet.config | |
| Uses of RequestParameter in org.ocpsoft.rewrite.servlet.config |
|---|
| Subclasses of RequestParameter in org.ocpsoft.rewrite.servlet.config | |
|---|---|
static class |
RequestParameter.AllRequestParameters
|
| Methods in org.ocpsoft.rewrite.servlet.config that return RequestParameter | |
|---|---|
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. |
|
rewrite-impl-servlet 1.0.4.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||