Class PropFindHelper

java.lang.Object
org.apache.ofbiz.webapp.webdav.ResponseHelper
org.apache.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 Details

    • PropFindHelper

      public PropFindHelper(Document requestDocument)
  • Method Details

    • createPropElement

      public Element createPropElement(List<Element> propList)
      Create prop element element.
      Parameters:
      propList - the prop list
      Returns:
      the element
    • createPropStatElement

      public Element createPropStatElement(Element prop, String stat)
      Create prop stat element element.
      Parameters:
      prop - the prop
      stat - the stat
      Returns:
      the element
    • getFindPropsList

      public List<Element> getFindPropsList(String nameSpaceUri)
      Gets find props list.
      Parameters:
      nameSpaceUri - the name space uri
      Returns:
      the find props list
    • isAllProp

      public boolean isAllProp()
      Is all prop boolean.
      Returns:
      the boolean
    • isPropName

      public boolean isPropName()
      Is prop name boolean.
      Returns:
      the boolean