Interface ImageResourceRenderer.Template

    • Method Detail

      • image

        @Template("<img src=\'{0}\' border=\'0\' width=\'{1}\' height=\'{2}\'>")
        SafeHtml image​(SafeUri imageUri,
                       int width,
                       int height)