Uses of Class
org.ocpsoft.rewrite.servlet.config.Redirect
Packages that use Redirect
-
Uses of Redirect in org.ocpsoft.rewrite.servlet.config
Methods in org.ocpsoft.rewrite.servlet.config that return RedirectModifier and TypeMethodDescriptionstatic RedirectCreate anOperationthat issues a permanentRedirect( 301HttpServletResponse.SC_MOVED_PERMANENTLY) to the given location.static RedirectCreate anOperationthat issues a temporaryRedirect( 302HttpServletResponse.SC_MOVED_TEMPORARILY) to the given location.