static interface ImageResourceRenderer.Template extends SafeHtmlTemplates
SafeHtmlTemplates.Template| Modifier and Type | Method and Description | 
|---|---|
| SafeHtml | image(SafeUri imageUri,
     int width,
     int height) | 
@SafeHtmlTemplates.Template(value="<img src=\'{0}\' border=\'0\' width=\'{1}\' height=\'{2}\'>") SafeHtml image(SafeUri imageUri, int width, int height)