Package io.milton.http.values
Class PropFindResponseListWriter
java.lang.Object
io.milton.http.values.PropFindResponseListWriter
- All Implemented Interfaces:
ValueWriter
- Author:
- bradm
-
Constructor Summary
ConstructorsConstructorDescriptionPropFindResponseListWriter(PropFindXmlGeneratorHelper propFindXmlGeneratorHelper) -
Method Summary
Modifier and TypeMethodDescriptionParse the given textual representation, probably from a PROPPATCH requestbooleanDoes this ValueWriter support the data type or property for writing xmlvoidwriteValue(XmlWriter writer, String nsUri, String prefix, String localName, Object val, String href, Map<String, String> nsPrefixes) Write the value out to XML using the given XmlWriter
-
Constructor Details
-
PropFindResponseListWriter
-
-
Method Details
-
supports
Description copied from interface:ValueWriterDoes this ValueWriter support the data type or property for writing xml- Specified by:
supportsin interfaceValueWriter- Returns:
-
writeValue
public void writeValue(XmlWriter writer, String nsUri, String prefix, String localName, Object val, String href, Map<String, String> nsPrefixes) Description copied from interface:ValueWriterWrite the value out to XML using the given XmlWriter- Specified by:
writeValuein interfaceValueWriter
-
parse
Description copied from interface:ValueWriterParse the given textual representation, probably from a PROPPATCH request- Specified by:
parsein interfaceValueWriter- Returns:
-