
org.grails.scaffolding.registry.DomainRenderer.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fields Show documentation
Show all versions of fields Show documentation
Fields integration for Grails
The newest version!
package org.grails.scaffolding.registry
import org.grails.scaffolding.model.property.DomainProperty
/**
* Used to render markup for a domain class property
*
* @author James Kleeh
*/
interface DomainRenderer {
/**
* Determines if the renderer supports rendering the given property
*
* @param property The domain property to be rendered
* @return Whether or not the property is supported
*/
boolean supports(DomainProperty property)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy