rewrite-config-servlet 2.0.0.Beta3

Uses of Class
org.ocpsoft.rewrite.servlet.config.Redirect

Packages that use Redirect
org.ocpsoft.rewrite.servlet.config   
 

Uses of Redirect in org.ocpsoft.rewrite.servlet.config
 

Methods in org.ocpsoft.rewrite.servlet.config that return Redirect
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.
 


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.