org.apache.maven.wagon.providers.http
Class ErrorWithReasonPhaseServlet

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

public class ErrorWithReasonPhaseServlet
extends HttpServlet

User: jdumay Date: 24/01/2008 Time: 17:25:27

See Also:
Serialized Form

Field Summary
static String REASON
           
 
Constructor Summary
ErrorWithReasonPhaseServlet()
           
 
Method Summary
 void service(HttpServletRequest request, HttpServletResponse response)
           
 
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
 

Field Detail

REASON

public static final String REASON
See Also:
Constant Field Values
Constructor Detail

ErrorWithReasonPhaseServlet

public ErrorWithReasonPhaseServlet()
Method Detail

service

public void service(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    IOException
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


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