org.exist.http.webdav
Interface WebDAVMethod

All Known Implementing Classes:
AbstractWebDAVMethod, Options

public interface WebDAVMethod

Interface for all WebDAV methods.

Author:
wolf

Method Summary
 void process(User user, HttpServletRequest request, HttpServletResponse response, java.lang.String path)
          Process a WebDAV request.
 

Method Detail

process

public void process(User user,
                    HttpServletRequest request,
                    HttpServletResponse response,
                    java.lang.String path)
             throws ServletException,
                    java.io.IOException
Process a WebDAV request. The collection and resource parameters are set to the corresponding objects selected by the request path. The user parameter represents a valid database user.

Parameters:
user -
request -
response -
Throws:
ServletException
java.io.IOException


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.