jrun.servlet
Class RedirectServlet

jrun.servlet.RedirectServlet

public class RedirectServlet

invoked directly when the webapp path doesn't start with '/'. Constructs a new url and sends a redirect to the new url.

Author:
Edwin Smith

Constructor Summary
RedirectServlet()
           
 
Method Summary
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Constructor Detail

RedirectServlet

public RedirectServlet()
Method Detail

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       java.io.IOException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.