Class WebDavController

java.lang.Object
com.flowable.webdav.controller.WebDavController

@RestController
public class WebDavController
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected WebDavEngine webDavEngine  
  • Constructor Summary

    Constructors 
    Constructor Description
    WebDavController​(WebDavEngine webDavEngine)  
  • Method Summary

    Modifier and Type Method Description
    void options​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)  
    protected void performDavRequest​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)  
    void webdav​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • webdav

      @RequestMapping(path="/webdav/**", produces="*/*") public void webdav​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
      Throws:
      java.io.IOException
    • options

      @RequestMapping(path="/webdav/**", produces="*/*", method=OPTIONS) public void options​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
      Throws:
      java.io.IOException
    • performDavRequest

      protected void performDavRequest​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
      Throws:
      java.io.IOException