Modifier and Type | Class and Description |
---|---|
static class |
MustacheException.Context
An exception thrown if we encounter a context error (e.g.
|
class |
MustacheParseException
An exception thrown if we encounter an error while parsing a template.
|
Modifier and Type | Method and Description |
---|---|
String |
Template.execute(Object context)
Executes this template with the given context, returning the results as a string.
|
void |
Template.execute(Object context,
Object parentContext,
Writer out)
Executes this template with the supplied context and parent context, writing the results to
the supplied writer.
|
void |
Template.execute(Object context,
Writer out)
Executes this template with the given context, writing the results to the supplied writer.
|
Copyright © 2016. All rights reserved.