|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.could.webdav.DAVServlet
org.betaversion.webdav.DAVServlet
it.could.webdav
package. Reconfigure your web.xml
deployment
descriptor to use 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.
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 |
public DAVServlet()
Create a new DAVServlet
instance.
Method Detail |
public void init(ServletConfig config) throws ServletException
Initialize this DAVServlet
instance reporting to the
ServletContext
log that this class is deprecated.
init
in interface Servlet
init
in class DAVServlet
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |