@groovy.transform.CompileStatic class WritableScriptTemplate extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
protected java.util.Map<java.lang.String, VariableSetter> |
modelSetters |
Type | Name and description |
---|---|
long |
lastModified |
boolean |
prettyPrint |
java.io.File |
sourceFile |
java.lang.Class<? extends GrailsView> |
templateClass |
Constructor and description |
---|
WritableScriptTemplate
(java.lang.Class<? extends GrailsView> templateClass) |
WritableScriptTemplate
(java.lang.Class<? extends GrailsView> templateClass, java.io.File sourceFile) |
Type | Name and description |
---|---|
protected void |
initModelTypes(java.lang.Class<? extends WritableScript> templateClass) |
groovy.lang.Writable |
make() |
groovy.lang.Writable |
make(java.util.Map binding) |
boolean |
wasModified() @return Whether the template has been modified |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation