public class TagWriter extends HeaderWriter<Tag>
| Constructor and Description |
|---|
TagWriter() |
| Modifier and Type | Method and Description |
|---|---|
HeaderWriter<Tag> |
append(Tag tag)
Appends a value.
|
static java.lang.String |
write(java.util.List<Tag> tags)
Writes a list of tags.
|
static java.lang.String |
write(Tag tag)
Writes a tag.
|
append, append, append, append, append, append, appendComment, appendExtension, appendExtension, appendParameterSeparator, appendProduct, appendQuotedPair, appendQuotedString, appendSpace, appendToken, appendUriEncoded, appendValueSeparator, canWritepublic static java.lang.String write(java.util.List<Tag> tags)
tags - The tags to write.public static java.lang.String write(Tag tag)
tag - The tag to write.public HeaderWriter<Tag> append(Tag tag)
HeaderWriterappend in class HeaderWriter<Tag>tag - The value.Copyright © 2005-2020 Restlet.