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