org.ofbiz.webapp.webdav
Class PropFindHelper
java.lang.Object
org.ofbiz.webapp.webdav.ResponseHelper
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.
|
Constructor Summary |
PropFindHelper(org.w3c.dom.Document requestDocument)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestDocument
protected final org.w3c.dom.Document requestDocument
PropFindHelper
public PropFindHelper(org.w3c.dom.Document requestDocument)
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()