Java com.google.gwt.safehtml.shared SafeHtmlUtils fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.safehtml.shared SafeHtmlUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.safehtml.shared SafeHtmlUtils.

The text is from its open source code.

Field

SafeHtmlEMPTY_SAFE_HTML
An empty String.

Method

SafeHtmlfromSafeConstant(String s)
Returns a SafeHtml constructed from a safe string, i.e., without escaping the string.
SafeHtmlfromString(String s)
Returns a SafeHtml containing the escaped string.
SafeHtmlfromTrustedString(String s)
Returns a SafeHtml constructed from a trusted string, i.e., without escaping the string.
StringhtmlEscape(char c)
HTML-escapes a character.
StringhtmlEscape(String s)
HTML-escapes a string.
StringhtmlEscapeAllowEntities(String text)
HTML-escapes a string, but does not double-escape HTML-entities already present in the string.