| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static RequestParameter |
RequestParameter.captureValue(String name)
Creates a
RequestParameter condition that will capture the value of the the given request parameter if it
exists so you can bind to it using .where(). |
static RequestParameter |
RequestParameter.exists(String name)
Create a
Condition that matches against the existence of a request parameter with a name matching the
given pattern. |
static RequestParameter |
RequestParameter.matches(String name,
String value)
Create a
Condition that matches against both request parameter names and values. |
static RequestParameter |
RequestParameter.matchesAll(String name,
String value) |
static RequestParameter |
RequestParameter.valueExists(String value)
Create a
Condition that matches only against the existence of a request parameter value matching the given
pattern. |
Copyright © 2015 OCPsoft. All Rights Reserved.