org.exist.atom.http
Class WebDAVServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.exist.atom.http.WebDAVServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class WebDAVServlet
extends HttpServlet

Provides a WebDAV interface that also maintains the atom feed if it exists in the directory.

Author:
wolf, Alex Milowski
See Also:
Serialized Form

Constructor Summary
WebDAVServlet()
           
 
Method Summary
 void init(ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVServlet

public WebDAVServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException


Copyright (C) Wolfgang Meier. All rights reserved.