public class BasicTemplate.ContextBuilder<T> extends Object
| Constructor and Description |
|---|
ContextBuilder(Class<T> context) |
| Modifier and Type | Method and Description |
|---|---|
BasicTemplate.ContextBuilder<T> |
align() |
BasicTemplate.ContextBuilder<T> |
bind(String name,
Object ref) |
BasicTemplate.Context<T> |
build() |
BasicTemplate.ContextBuilder<T> |
typeCast(xyz.cofe.typeconv.TypeCastGraph typeCast) |
BasicTemplate.ContextBuilder<T> |
useJavaScript() |
public BasicTemplate.ContextBuilder<T> bind(String name, Object ref)
public BasicTemplate.ContextBuilder<T> useJavaScript()
public BasicTemplate.ContextBuilder<T> align()
public BasicTemplate.ContextBuilder<T> typeCast(xyz.cofe.typeconv.TypeCastGraph typeCast)
public BasicTemplate.Context<T> build()
Copyright © 2017. All rights reserved.