Class Mustache


  • @JsType(isNative=true,
            namespace="<global>")
    public final class Mustache
    extends Object
    JSInterop for MustacheJS native library. See
    • Constructor Detail

      • Mustache

        public Mustache()
    • Method Detail

      • to_html

        @JsMethod
        public static final String to_html​(String template,
                                           Object bean)