org.exist.http.webdav.methods
Class Options
java.lang.Object
org.exist.http.webdav.methods.Options
- All Implemented Interfaces:
- WebDAVMethod
public class Options
- extends Object
- implements WebDAVMethod
- Author:
- wolf
Options
public Options()
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.
- Specified by:
process
in interface WebDAVMethod
- Throws:
ServletException
IOException
Copyright (C) Wolfgang Meier. All rights reserved.