org.ofbiz.webapp.webdav
Class PropFindHelper

java.lang.Object
  extended by org.ofbiz.webapp.webdav.ResponseHelper
      extended by org.ofbiz.webapp.webdav.PropFindHelper

public class PropFindHelper
extends ResponseHelper

PROPFIND HTTP method helper class. This class provides helper methods for working with WebDAV PROPFIND requests and responses.


Field Summary
protected  org.w3c.dom.Document requestDocument
           
 
Fields inherited from class org.ofbiz.webapp.webdav.ResponseHelper
DAV_NAMESPACE_URI, responseDocument, STATUS_200, STATUS_400, STATUS_401, STATUS_403, STATUS_404
 
Constructor Summary
PropFindHelper(org.w3c.dom.Document requestDocument)
           
 
Method Summary
 org.w3c.dom.Element createPropElement(java.util.List<org.w3c.dom.Element> propList)
           
 org.w3c.dom.Element createPropStatElement(org.w3c.dom.Element prop, java.lang.String stat)
           
 java.util.List<org.w3c.dom.Element> getFindPropsList(java.lang.String nameSpaceUri)
           
 boolean isAllProp()
           
 boolean isPropName()
           
 
Methods inherited from class org.ofbiz.webapp.webdav.ResponseHelper
createElementSetValue, createHrefElement, createMultiStatusElement, createResponseDescriptionElement, createResponseElement, createStatusElement, getResponseDocument, prepareResponse, writeResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestDocument

protected final org.w3c.dom.Document requestDocument
Constructor Detail

PropFindHelper

public PropFindHelper(org.w3c.dom.Document requestDocument)
Method Detail

createPropElement

public org.w3c.dom.Element createPropElement(java.util.List<org.w3c.dom.Element> propList)

createPropStatElement

public org.w3c.dom.Element createPropStatElement(org.w3c.dom.Element prop,
                                                 java.lang.String stat)

getFindPropsList

public java.util.List<org.w3c.dom.Element> getFindPropsList(java.lang.String nameSpaceUri)

isAllProp

public boolean isAllProp()

isPropName

public boolean isPropName()