Package io.milton.http.webdav
Class DefaultPropFindRequestFieldParser
java.lang.Object
io.milton.http.webdav.DefaultPropFindRequestFieldParser
- All Implemented Interfaces:
PropFindRequestFieldParser
Simple implmentation which just parses the request body. If no xml is present
it will return an empty set.
Note this generally shouldnt be used directly, but should be wrapped by
MSPropFindRequestFieldParser to support windows clients.
- Author:
- brad
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPropFindRequestFieldParser
public DefaultPropFindRequestFieldParser()
-
-
Method Details
-
getRequestedFields
- Specified by:
getRequestedFieldsin interfacePropFindRequestFieldParser
-