Package io.milton.http.values
Class BooleanValueWriter
java.lang.Object
io.milton.http.values.BooleanValueWriter
- All Implemented Interfaces:
ValueWriter
-
Constructor Summary
Constructors -
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
-
BooleanValueWriter
public BooleanValueWriter()
-
-
Method Details
-
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
-
supports
Description copied from interface:ValueWriterDoes this ValueWriter support the data type or property for writing xml- Specified by:
supportsin interfaceValueWriter- Returns:
-
parse
Description copied from interface:ValueWriterParse the given textual representation, probably from a PROPPATCH request- Specified by:
parsein interfaceValueWriter- Returns:
-