abstract class MarkupViewTemplate extends BaseTemplate implements MarkupView, WritableScript
Base class for markup engine templates
| Type | Name and description |
|---|---|
Binding |
binding |
java.io.File |
sourceFile |
| Constructor and description |
|---|
MarkupViewTemplate(MarkupTemplateEngine templateEngine, java.util.Map model, java.util.Map<java.lang.String, java.lang.String> modelTypes, TemplateConfiguration configuration) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Binding |
getBinding() |
|
void |
setBinding(Binding binding) |
| Methods inherited from class | Name |
|---|---|
class BaseTemplate |
comment, contents, equals, fragment, getClass, getModel, getOut, hashCode, includeEscaped, includeGroovy, includeUnescaped, layout, layout, methodMissing, newLine, notify, notifyAll, pi, run, stringOf, toString, tryEscape, wait, wait, wait, writeTo, xmlDeclaration, yield, yieldUnescaped |