org.exist.http.webdav
Class WebDAV
java.lang.Object
org.exist.http.webdav.WebDAV
- public class WebDAV
- extends java.lang.Object
The main class for processing WebDAV requests.
- Author:
- wolf
|
Constructor Summary |
WebDAV(int authenticationMethod,
java.lang.String id)
|
|
Method Summary |
void |
process(HttpServletRequest request,
HttpServletResponse response)
Process a WebDAV request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAV_NS
public static final java.lang.String DAV_NS
- See Also:
- Constant Field Values
BASIC_AUTH
public static final int BASIC_AUTH
- See Also:
- Constant Field Values
DIGEST_AUTH
public static final int DIGEST_AUTH
- See Also:
- Constant Field Values
BINARY_CONTENT
public static final java.lang.String BINARY_CONTENT
- See Also:
- Constant Field Values
XML_CONTENT
public static final java.lang.String XML_CONTENT
- See Also:
- Constant Field Values
databaseid
protected java.lang.String databaseid
- id of the database registred against the BrokerPool
OUTPUT_PROPERTIES
public static final java.util.Properties OUTPUT_PROPERTIES
SC_MULTI_STATUS
public static final int SC_MULTI_STATUS
- See Also:
- Constant Field Values
WebDAV
public WebDAV(int authenticationMethod,
java.lang.String id)
throws ServletException
process
public void process(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Process a WebDAV request. The request is delegated to the corresponding
WebDAVMethod after authenticating the user.
- Parameters:
request - an HttpServletRequest object that contains
the request the client has made of the servletresponse - an HttpServletResponse object that contains the
response the servlet sends to the client
- Throws:
ServletException - if the request could not be handled
java.io.IOException - if an input or output error is detected when
the servlet handles the request
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.