|
rewrite-impl-servlet 1.0.2.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 | |
|---|---|
RequestParameter |
RequestParameter.bindsTo(Binding binding)
Bind the values of this RequestParameter query to the given Binding. |
static RequestParameter |
RequestParameter.exists(java.lang.String name)
Return a RequestParameter condition that matches only against the existence of a parameter with the given
name. |
static RequestParameter |
RequestParameter.existsMatching(java.lang.String nameRegex)
Return a RequestParameter condition that matches only against the existence of a parameter with a name
matching the given pattern. |
static RequestParameter |
RequestParameter.matches(java.lang.String nameRegex,
java.lang.String valueRegex)
Return a RequestParameter condition that matches against both parameter name and values. |
static RequestParameter |
RequestParameter.valueExists(java.lang.String valueRegex)
Return a RequestParameter condition that matches only against the existence of a parameter with value
matching the given pattern. |
|
rewrite-impl-servlet 1.0.2.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||