All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.knockout.KnockoutNativeTemplateEngine Maven / Gradle / Ivy

package net.java.html.lib.knockout;
public class KnockoutNativeTemplateEngine extends net.java.html.lib.Objs {
  protected KnockoutNativeTemplateEngine(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(KnockoutNativeTemplateEngine.class);
    }
    @Override
    public KnockoutNativeTemplateEngine create(java.lang.Object obj) {
      return obj == null ? null : new KnockoutNativeTemplateEngine(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static KnockoutNativeTemplateEngine $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Array renderTemplateSource(net.java.html.lib.Objs templateSource, net.java.html.lib.knockout.KnockoutBindingContext bindingContext, net.java.html.lib.Objs options) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.renderTemplateSource$45($js(this), /* FirstTypeNode*/$js(templateSource), /* FirstTypeNode*/$js(bindingContext), /* FirstTypeNode*/$js(options)));
  }
  public net.java.html.lib.Array renderTemplateSource(net.java.html.lib.Objs templateSource) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.renderTemplateSource$46($js(this), /* FirstTypeNode*/$js(templateSource)));
  }
  public net.java.html.lib.Array renderTemplateSource(net.java.html.lib.Objs templateSource, net.java.html.lib.knockout.KnockoutBindingContext bindingContext) {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.renderTemplateSource$47($js(this), /* FirstTypeNode*/$js(templateSource), /* FirstTypeNode*/$js(bindingContext)));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy