org.modeshape.webdav
Class WebdavServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.modeshape.webdav.WebDavServletBean
org.modeshape.webdav.WebdavServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WebdavServlet
- extends WebDavServletBean
Servlet which provides support for WebDAV level 2.
the original class is org.apache.catalina.servlets.WebdavServlet by Remy
Maucherat, which was heavily changed
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebdavServlet
public WebdavServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
constructStore
protected IWebdavStore constructStore(String clazzName,
File root)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.