rewrite-impl-servlet 1.0.2.Final

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(java.lang.String location)
          Issue a permanent redirect ( 301 HttpServletResponse.SC_MOVED_PERMANENTLY ) to the given location.
static Redirect Redirect.temporary(java.lang.String location)
          Issue a temporary redirect ( 302 HttpServletResponse.SC_MOVED_TEMPORARILY ) to the given location.
 


rewrite-impl-servlet 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.