GWT 2.7.0

Package com.google.gwt.safehtml.client

Interfaces for creating safe HTML content using templates.

See:
          Description

Interface Summary
HasSafeHtml An object that implements this interface contains text with HTML markup, which can be set with the Cross-Site-Scripting-safe HTML markup encapsulated in a SafeHtml object.
SafeHtmlTemplates A tag interface that facilitates compile-time binding of HTML templates to generate SafeHtml strings.
 

Annotation Types Summary
SafeHtmlTemplates.Template The HTML template.
 

Package com.google.gwt.safehtml.client Description

Interfaces for creating safe HTML content using templates.

Since:
GWT 2.1

GWT 2.7.0