| Package | Description |
|---|---|
| org.gwtproject.safehtml.shared |
Shared classes for creating safe HTML content.
|
| Modifier and Type | Method and Description |
|---|---|
SafeHtmlBuilder |
SafeHtmlBuilder.append(boolean b)
Appends the string representation of a boolean.
|
SafeHtmlBuilder |
SafeHtmlBuilder.append(byte num)
Appends the string representation of a number.
|
SafeHtmlBuilder |
SafeHtmlBuilder.append(char c)
Appends the string representation of a char.
|
SafeHtmlBuilder |
SafeHtmlBuilder.append(double num)
Appends the string representation of a number.
|
SafeHtmlBuilder |
SafeHtmlBuilder.append(float num)
Appends the string representation of a number.
|
SafeHtmlBuilder |
SafeHtmlBuilder.append(int num)
Appends the string representation of a number.
|
SafeHtmlBuilder |
SafeHtmlBuilder.append(long num)
Appends the string representation of a number.
|
SafeHtmlBuilder |
SafeHtmlBuilder.append(SafeHtml html)
Appends the contents of another
SafeHtml object, without applying
HTML-escaping to it. |
SafeHtmlBuilder |
SafeHtmlBuilder.appendEscaped(String text)
Appends a string after HTML-escaping it.
|
SafeHtmlBuilder |
SafeHtmlBuilder.appendEscapedLines(String text)
Appends a string consisting of several newline-separated lines after
HTML-escaping it.
|
SafeHtmlBuilder |
SafeHtmlBuilder.appendHtmlConstant(String html)
Appends a compile-time-constant string, which will not be escaped.
|
Copyright © 2018. All rights reserved.