All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.grails.scaffolding.registry.DomainRenderer.groovy Maven / Gradle / Ivy

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