Package com.google.gwt.safehtml.client
Interfaces for creating safe HTML content using templates.
- Since:
- GWT 2.1
-
Interface Summary Interface Description 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 aSafeHtml
object.SafeHtmlTemplates A tag interface that facilitates compile-time binding of HTML templates to generate SafeHtml strings. -
Annotation Types Summary Annotation Type Description SafeHtmlTemplates.Template The HTML template.