@groovy.transform.InheritConstructors @groovy.transform.CompileStatic class GrailsViewTemplate extends WritableScriptTemplate
Modifiers | Name | Description |
---|---|---|
private LinkGenerator |
linkGenerator |
The link generator |
private MappingContext |
mappingContext |
The GORM mapping context |
private MessageSource |
messageSource |
The message source object |
private MimeUtility |
mimeUtility |
The mime utility |
private ProxyHandler |
proxyHandler |
Handlers for proxies |
private groovy.text.TemplateEngine |
templateEngine |
The template engine |
private boolean |
useAbsoluteLinks |
Whether to use absolute links |
Fields inherited from class | Fields |
---|---|
class WritableScriptTemplate |
lastModified, modelSetters, prettyPrint, sourceFile, templateClass, templatePath |
Type | Name and description |
---|---|
LinkGenerator |
linkGenerator The link generator |
MappingContext |
mappingContext The GORM mapping context |
MessageSource |
messageSource The message source object |
MimeUtility |
mimeUtility The mime utility |
ProxyHandler |
proxyHandler Handlers for proxies |
groovy.text.TemplateEngine |
templateEngine The template engine |
boolean |
useAbsoluteLinks Whether to use absolute links |
Constructor and description |
---|
GrailsViewTemplate
() |
Methods inherited from class | Name |
---|---|
class WritableScriptTemplate |
getParentPath, initModelTypes, make, make, wasModified |
The link generator
The GORM mapping context
The message source object
The mime utility
Handlers for proxies
The template engine
Whether to use absolute links
The link generator
The GORM mapping context
The message source object
The mime utility
Handlers for proxies
The template engine
Whether to use absolute links
Groovy Documentation