@groovy.transform.CompileStatic class ParentInfo extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
private java.util.Map |
parentModel |
The parent model, if any |
private GrailsViewTemplate |
parentTemplate |
The parent template if any |
Type | Name and description |
---|---|
java.util.Map |
parentModel The parent model, if any |
GrailsViewTemplate |
parentTemplate The parent template if any |
Constructor and description |
---|
ParentInfo
() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
The parent model, if any
The parent template if any
The parent model, if any
The parent template if any
Groovy Documentation