org.apache.maven.wagon.tck.http.fixture
Class RedirectionServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.maven.wagon.tck.http.fixture.RedirectionServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class RedirectionServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
RedirectionServlet(int code, String targetPath)
           
RedirectionServlet(int code, String myPath, String targetPath, int maxRedirects)
           
 
Method Summary
 int getRedirectCount()
           
protected  void service(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectionServlet

public RedirectionServlet(int code,
                          String targetPath)

RedirectionServlet

public RedirectionServlet(int code,
                          String myPath,
                          String targetPath,
                          int maxRedirects)
Method Detail

getRedirectCount

public int getRedirectCount()

service

protected void service(HttpServletRequest req,
                       HttpServletResponse resp)
                throws ServletException,
                       IOException
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.