public interface HtmlTemplates
extends com.google.gwt.safehtml.client.SafeHtmlTemplates
SafeHtmlTemplates
used for injection/XSS safe HTML markup.Modifier and Type | Field and Description |
---|---|
static HtmlTemplates |
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.safehtml.shared.SafeHtml |
iconMarkup(String iconName) |
static final HtmlTemplates INSTANCE
@SafeHtmlTemplates.Template(value="<span class=\"{0}\"></span>") com.google.gwt.safehtml.shared.SafeHtml iconMarkup(String iconName)
iconName
- is the name of the icon.Copyright © 2001–2016 mmm-Team. All rights reserved.