Class WebDavServletController


  • @PerServlet
    public class WebDavServletController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI getServletRootUri()  
      Mounter.Mount mount​(MountParams mountParams)
      Tries to mount the resource served by this servlet as a WebDAV drive on the local machine.
      void start()
      Convenience function to start this servlet.
      void stop()
      Convenience function to stop this servlet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getServletRootUri

        public java.net.URI getServletRootUri()
        Returns:
        A new http URI constructed from the servers bind addr and port as well as this servlet's contextPath.