org.betaversion.webdav
Class DAVServlet

java.lang.Object
  extended byit.could.webdav.DAVServlet
      extended byorg.betaversion.webdav.DAVServlet
All Implemented Interfaces:
DAVListener, Servlet

Deprecated. This class has been moved into the it.could.webdav package. Reconfigure your web.xml deployment descriptor to use DAVServlet.

public class DAVServlet
extends DAVServlet

The DAVServlet class has been moved to a new package and should now be referred as DAVServlet.

This class will be preserved for some time (not so long) to give people time to update their servlet deployment descriptors.

Author:
Pier Fumagalli

Field Summary
 
Fields inherited from interface it.could.webdav.DAVListener
COLLECTION_CREATED, COLLECTION_REMOVED, RESOURCE_CREATED, RESOURCE_MODIFIED, RESOURCE_REMOVED
 
Constructor Summary
DAVServlet()
          Deprecated. Create a new DAVServlet instance.
 
Method Summary
 void init(ServletConfig config)
          Deprecated. Initialize this DAVServlet instance reporting to the ServletContext log that this class is deprecated.
 
Methods inherited from class it.could.webdav.DAVServlet
destroy, getRepository, getRepositoryKey, getServletConfig, getServletContext, getServletInfo, notify, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAVServlet

public DAVServlet()
Deprecated. 

Create a new DAVServlet instance.

Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Deprecated. 

Initialize this DAVServlet instance reporting to the ServletContext log that this class is deprecated.

Specified by:
init in interface Servlet
Overrides:
init in class DAVServlet
Throws:
ServletException