Class WebDAVServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.basex.http.BaseXServlet
org.basex.http.webdav.WebDAVServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public final class WebDAVServlet extends BaseXServlet
WebDAV servlet.
Author:
BaseX Team 2005-21, BSD License, Dimitar Popov
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(javax.servlet.ServletConfig config)
     
    protected void
    Runs the code.

    Methods inherited from class org.basex.http.BaseXServlet

    service

    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, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebDAVServlet

      public WebDAVServlet()
  • Method Details

    • init

      public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
      Specified by:
      init in interface javax.servlet.Servlet
      Overrides:
      init in class BaseXServlet
      Throws:
      javax.servlet.ServletException
    • run

      protected void run(HTTPConnection conn)
      Description copied from class: BaseXServlet
      Runs the code.
      Specified by:
      run in class BaseXServlet
      Parameters:
      conn - HTTP connection