public class KnockoutTemplateEngine extends KnockoutNativeTemplateEngine
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
KnockoutTemplateEngine(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static KnockoutTemplateEngine |
$as(Object obj) |
String |
createJavaScriptEvaluatorBlock(String script) |
Boolean |
isTemplateRewritten(Object template,
Document templateDocument) |
Object |
makeTemplateSource(Object template) |
Object |
makeTemplateSource(Object template,
Document templateDocument) |
Object |
renderTemplate(Object template,
KnockoutBindingContext bindingContext,
Objs options,
Document templateDocument) |
void |
rewriteTemplate(Object template,
Function rewriterCallback,
Document templateDocument) |
renderTemplateSource, renderTemplateSource, renderTemplateSource
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected KnockoutTemplateEngine(Objs.Constructor<?> c, Object js)
public static KnockoutTemplateEngine $as(Object obj)
public Object renderTemplate(Object template, KnockoutBindingContext bindingContext, Objs options, Document templateDocument)
Copyright © 2018. All rights reserved.