org.exist.http.webdav.methods
Class Options

java.lang.Object
  extended byorg.exist.http.webdav.methods.Options
All Implemented Interfaces:
WebDAVMethod

public class Options
extends java.lang.Object
implements WebDAVMethod

Author:
wolf

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

Constructor Detail

Options

public Options()
Method Detail

process

public void process(User user,
                    HttpServletRequest request,
                    HttpServletResponse response,
                    java.lang.String path)
             throws ServletException,
                    java.io.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.

Specified by:
process in interface WebDAVMethod
Parameters:
user -
request -
response -
Throws:
java.io.IOException
ServletException


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