Package org.grails.scaffolding.registry
Interface DomainRenderer
-
- All Known Subinterfaces:
DomainInputRenderer,DomainOutputRenderer
public interface DomainRendererUsed to render markup for a domain class property
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupports(DomainProperty property)Determines if the renderer supports rendering the given property
-
-
-
Method Detail
-
supports
boolean supports(DomainProperty property)
Determines if the renderer supports rendering the given property- Parameters:
property- The domain property to be rendered- Returns:
- Whether the property is supported
-
-