public class HtmlStringWriter extends AbstractHtmlWriter
toString().| Constructor and Description |
|---|
HtmlStringWriter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Gets the HTML code.
|
HtmlStringWriter |
write(Object text)
Writes the supplied text to the buffer.
|
writeAttributes, writeDocType, writeEnclose, writeEndTag, writeln, writeln, writeStartEndTag, writeStartTagpublic HtmlStringWriter write(Object text)
write in class AbstractHtmlWritertext - The text to write.
Copyright © 2008–2017. All rights reserved.