Package xyz.cofe.text.template
Class BasicTemplate.ContextBuilder<T>
java.lang.Object
xyz.cofe.text.template.BasicTemplate.ContextBuilder<T>
- Enclosing class:
- BasicTemplate
public class BasicTemplate.ContextBuilder<T>
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ContextBuilder(java.lang.Class<T> context) -
Method Summary
Modifier and Type Method Description BasicTemplate.ContextBuilder<T>align()BasicTemplate.ContextBuilder<T>bind(java.lang.String name, java.lang.Object ref)BasicTemplate.Context<T>build()BasicTemplate.ContextBuilder<T>typeCast(xyz.cofe.typeconv.TypeCastGraph typeCast)BasicTemplate.ContextBuilder<T>useJavaScript()