| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config.rule |
| Modifier and Type | Method and Description |
|---|---|
static Join |
Join.getCurrentJoin(HttpServletRequest request)
Retrieve the
Join that was invoked on the current HttpServletRequest; if no Join was
invoked, return null. |
Join |
Join.to(String resource) |
Join |
JoinPath.to(String resource)
The internal server resource
Address to be served when the specified path(String) is
requested. |
Join |
Join.withChaining()
Enable the target of this
Join, specified by to(String), to be intercepted by the
path(String) of another Join instance. |
Join |
Join.withInboundCorrection()
Specifies that requests for the original internal resource path specified by
to(String) will be
redirected to the updated path specified by path(String). |
Copyright © 2013 OCPsoft. All Rights Reserved.