class DomainMarkupRendererImpl extends java.lang.Object implements DomainMarkupRenderer
Type | Name and description |
---|---|
ContextMarkupRenderer |
contextMarkupRenderer |
DomainModelService |
domainModelService |
PropertyMarkupRenderer |
propertyMarkupRenderer |
Constructor and description |
---|
DomainMarkupRendererImpl() |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
callWithDelegate(java.lang.Object delegate, groovy.lang.Closure closure) |
|
protected int |
getMaxListOutputSize() Determines how many properties will be included in the list output |
|
static java.lang.String |
outputMarkupContent(groovy.lang.Closure closure) |
|
protected groovy.lang.Closure |
renderInput(DomainProperty property) |
|
java.lang.String |
renderInput(PersistentEntity domainClass) |
|
java.lang.String |
renderListOutput(PersistentEntity domainClass) |
|
protected groovy.lang.Closure |
renderOutput(DomainProperty property) |
|
java.lang.String |
renderOutput(PersistentEntity domainClass) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), 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() |
Determines how many properties will be included in the list output
Groovy Documentation