org.exist.http.webdav.methods
Class Put

java.lang.Object
  extended by org.exist.http.webdav.methods.AbstractWebDAVMethod
      extended by org.exist.http.webdav.methods.Put
All Implemented Interfaces:
WebDAVMethod

public class Put
extends AbstractWebDAVMethod

Implements the WebDAV PUT method.

Author:
wolf, dizzz

Constructor Summary
Put(BrokerPool pool)
           
 
Method Summary
 void process(User user, HttpServletRequest request, HttpServletResponse response, XmldbURI path)
          Process a WebDAV request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Put

public Put(BrokerPool pool)
Method Detail

process

public void process(User user,
                    HttpServletRequest request,
                    HttpServletResponse response,
                    XmldbURI path)
             throws ServletException,
                    IOException
Description copied from interface: WebDAVMethod
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.

Throws:
ServletException
IOException


Copyright (C) Wolfgang Meier. All rights reserved.