@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 |
linkGeneratorThe link generator |
MappingContext |
mappingContextThe GORM mapping context |
MessageSource |
messageSourceThe message source object |
MimeUtility |
mimeUtilityThe mime utility |
ProxyHandler |
proxyHandlerHandlers for proxies |
groovy.text.TemplateEngine |
templateEngineThe template engine |
boolean |
useAbsoluteLinksWhether 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