|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context.Builder | |
|---|---|
| com.github.jknack.handlebars | |
| Uses of Context.Builder in com.github.jknack.handlebars |
|---|
| Methods in com.github.jknack.handlebars that return Context.Builder | |
|---|---|
Context.Builder |
Context.Builder.combine(Map<String,Object> model)
Combine all the map entries into the context stack. |
Context.Builder |
Context.Builder.combine(String name,
Object model)
Combine the given model using the specified name. |
static Context.Builder |
Context.newBuilder(Context parent,
Object model)
Start a new context builder. |
static Context.Builder |
Context.newBuilder(Object model)
Start a new context builder. |
Context.Builder |
Context.Builder.resolver(ValueResolver... resolvers)
Set the value resolvers to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||