|
rewrite-impl-servlet 1.0.3.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestParameter | |
|---|---|
| org.ocpsoft.rewrite.servlet.config | |
| Uses of RequestParameter in org.ocpsoft.rewrite.servlet.config |
|---|
| Methods in org.ocpsoft.rewrite.servlet.config that return RequestParameter | |
|---|---|
static RequestParameter |
RequestParameter.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 RequestParameter |
RequestParameter.matches(java.lang.String name,
java.lang.String value)
Return a Header condition that matches against both header name and values. |
static RequestParameter |
RequestParameter.valueExists(java.lang.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.3.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||