@groovy.transform.CompileStatic class MarkupViewTemplateEngine extends ResolvableGroovyTemplateEngine
A ResolvableGroovyTemplateEngine that uses Groovy's groovy.text.markup.MarkupTemplateEngine internally
Modifiers | Name | Description |
---|---|---|
class |
MarkupViewTemplateEngine.1 |
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
COMPILE_STATIC |
|
static java.lang.String |
VIEW_BASE_CLASS |
|
private boolean |
compileStatic |
|
private groovy.text.markup.MarkupTemplateEngine |
innerEngine |
Fields inherited from class | Fields |
---|---|
class ResolvableGroovyTemplateEngine |
NULL_ENTRY, cachedTemplates, classLoader, compilerConfiguration, enableReloading, extension, linkGenerator, mappingContext, messageSource, mimeUtility, proxyHandler, resolveCache, shouldCache, templateCounter, templateResolver, viewConfiguration, viewUriResolver |
Type | Name and description |
---|---|
groovy.text.markup.MarkupTemplateEngine |
innerEngine |
Constructor and description |
---|
MarkupViewTemplateEngine
(MarkupViewConfiguration config, java.lang.ClassLoader classLoader) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected MarkupViewWritableScriptTemplate |
createMarkupViewTemplate(groovy.text.Template template) |
|
WritableScriptTemplate |
createTemplate(java.lang.String path, java.net.URL url) |
|
WritableScriptTemplate |
createTemplate(java.io.File file) |
|
WritableScriptTemplate |
createTemplate(java.io.Reader reader) |
|
protected WritableScriptTemplate |
createTemplate(java.lang.Class<? extends groovy.text.Template> cls, java.io.File sourceFile) |
|
java.lang.String |
getDynamicTemplatePrefix() |
|
protected ViewsTransform |
newViewsTransform() |
|
protected void |
prepareCustomizers(org.codehaus.groovy.control.CompilerConfiguration cc) |
Groovy Documentation