Package org.apache.ofbiz.webapp.webdav
Class PropFindHelper
java.lang.Object
org.apache.ofbiz.webapp.webdav.ResponseHelper
org.apache.ofbiz.webapp.webdav.PropFindHelper
PROPFIND HTTP method helper class. This class provides helper methods for
working with WebDAV PROPFIND requests and responses.
-
Field Summary
Fields inherited from class org.apache.ofbiz.webapp.webdav.ResponseHelper
DAV_NAMESPACE_URI, STATUS_200, STATUS_400, STATUS_401, STATUS_403, STATUS_404
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreatePropElement
(List<Element> propList) Create prop element element.createPropStatElement
(Element prop, String stat) Create prop stat element element.getFindPropsList
(String nameSpaceUri) Gets find props list.boolean
Is all prop boolean.boolean
Is prop name boolean.Methods inherited from class org.apache.ofbiz.webapp.webdav.ResponseHelper
createElementSetValue, createHrefElement, createMultiStatusElement, createResponseDescriptionElement, createResponseElement, createStatusElement, getResponseDocument, prepareResponse, writeResponse
-
Constructor Details
-
PropFindHelper
-
-
Method Details
-
createPropElement
Create prop element element.- Parameters:
propList
- the prop list- Returns:
- the element
-
createPropStatElement
Create prop stat element element.- Parameters:
prop
- the propstat
- the stat- Returns:
- the element
-
getFindPropsList
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
-