Class SafeHtmlString

java.lang.Object
com.google.gwt.safehtml.shared.SafeHtmlString
All Implemented Interfaces:
SafeHtml, Serializable

class SafeHtmlString extends Object implements SafeHtml
A string wrapped as an object of type SafeHtml.

This class is package-private and intended for internal use by the

invalid reference
com.google.gwt.safehtml
package.

All implementors must implement .equals and .hashCode so that they operate just like String.equals() and String.hashCode().