class DefaultOutputRenderer extends Object implements DomainOutputRenderer
The renderer chosen for displaying domain properties when no other renderers support the given property
| Constructor and description |
|---|
DefaultOutputRenderer() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected String |
buildPropertyPath(DomainProperty property) |
|
Closure |
renderListOutput(DomainProperty property) |
|
Closure |
renderOutput(DomainProperty property) |
|
boolean |
supports(DomainProperty property) |