@groovy.transform.CompileStatic class MarkupViewWritableScriptTemplate extends GrailsViewTemplate
Modifiers | Name | Description |
---|---|---|
private MarkupViewConfiguration |
configuration |
|
private groovy.text.markup.MarkupTemplateEngine |
templateEngine |
Fields inherited from class | Fields |
---|---|
class GrailsViewTemplate |
linkGenerator, mappingContext, messageSource, mimeUtility, proxyHandler, templateEngine, useAbsoluteLinks |
class WritableScriptTemplate |
lastModified, modelSetters, prettyPrint, sourceFile, templateClass, templatePath |
Type | Name and description |
---|---|
MarkupViewConfiguration |
configuration |
groovy.text.markup.MarkupTemplateEngine |
templateEngine |
Constructor and description |
---|
MarkupViewWritableScriptTemplate
(java.lang.Class<? extends GrailsView> templateClass, java.io.File sourceFile, groovy.text.markup.MarkupTemplateEngine templateEngine, MarkupViewConfiguration configuration) |
Type Params | Return Type | Name and description |
---|---|---|
|
groovy.lang.Writable |
make(java.util.Map binding) |
Methods inherited from class | Name |
---|---|
class WritableScriptTemplate |
getParentPath, initModelTypes, make, make, wasModified |
Groovy Documentation