| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static PathAndQuery |
PathAndQuery.captureIn(String param)
Capture the entire path portion of the
Address into the given Parameter. |
static PathAndQuery |
PathAndQuery.matches(String pattern)
Create a
Condition that compares the current Address.getPathAndQuery() to the given pattern. |
PathAndQuery |
PathAndQuery.withRequestBinding()
Bind each path
Parameter to the corresponding request parameter by name. |
Copyright © 2016 OCPsoft. All rights reserved.