org.exist.http.webdav
Interface WebDAVMethod

All Known Implementing Classes:
AbstractWebDAVMethod, Copy, Delete, Get, Head, Lock, Mkcol, Move, Options, Propfind, Put, Unlock

public interface WebDAVMethod

Interface for all WebDAV methods.

Author:
wolf

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

Method Detail

process

void process(User user,
             HttpServletRequest request,
             HttpServletResponse response,
             XmldbURI path)
             throws ServletException,
                    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 -
path -
Throws:
ServletException
IOException


Copyright (C) Wolfgang Meier. All rights reserved.