org.exist.http.webdav
Class WebDAVUtil

java.lang.Object
  extended by org.exist.http.webdav.WebDAVUtil

public class WebDAVUtil
extends Object


Field Summary
static String PARSE_ERR
           
static String UNEXPECTED_ELEMENT_ERR
           
static String XML_CONFIGURATION_ERR
           
 
Constructor Summary
WebDAVUtil()
           
 
Method Summary
static Node firstElementNode(Node node)
           
static String getElementContent(Node node)
           
static String getRequestContent(HttpServletRequest request)
           
static Document parseRequestContent(HttpServletRequest request, HttpServletResponse response, DocumentBuilder docBuilder)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSE_ERR

public static final String PARSE_ERR
See Also:
Constant Field Values

XML_CONFIGURATION_ERR

public static final String XML_CONFIGURATION_ERR
See Also:
Constant Field Values

UNEXPECTED_ELEMENT_ERR

public static final String UNEXPECTED_ELEMENT_ERR
See Also:
Constant Field Values
Constructor Detail

WebDAVUtil

public WebDAVUtil()
Method Detail

parseRequestContent

public static Document parseRequestContent(HttpServletRequest request,
                                           HttpServletResponse response,
                                           DocumentBuilder docBuilder)
                                    throws ServletException,
                                           IOException
Throws:
ServletException
IOException

getRequestContent

public static String getRequestContent(HttpServletRequest request)
                                throws IOException
Throws:
IOException

firstElementNode

public static Node firstElementNode(Node node)

getElementContent

public static String getElementContent(Node node)


Copyright (C) Wolfgang Meier. All rights reserved.