|
rewrite-config-servlet 2.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Join | |
|---|---|
| org.ocpsoft.rewrite.servlet.config.rule | |
| Uses of Join in org.ocpsoft.rewrite.servlet.config.rule |
|---|
| Methods in org.ocpsoft.rewrite.servlet.config.rule that return Join | |
|---|---|
static Join |
Join.getCurrentJoin(HttpServletRequest request)
Retrieve the Join that was invoked on the current HttpServletRequest; if no Join was
invoked, return null. |
Join |
JoinPath.to(String resource)
The internal server resource Address to be served when the specified path(String) is
requested. |
Join |
Join.to(String resource)
|
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). |
|
rewrite-config-servlet 2.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||