| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static Redirect |
Redirect.permanent(String location)
Create an
Operation that issues a permanent Redirect ( 301
HttpServletResponse.SC_MOVED_PERMANENTLY ) to the given location. |
static Redirect |
Redirect.temporary(String location)
Create an
Operation that issues a temporary Redirect ( 302
HttpServletResponse.SC_MOVED_TEMPORARILY ) to the given location. |
Copyright © 2016 OCPsoft. All rights reserved.