Groovy Documentation

org.codehaus.groovy.grails.commons
[Java] Interface ArtefactHandler


public interface ArtefactHandler

The ArtefactHandler interface's purpose is to allow the analysis of conventions within a Grails application. An artefact is represented by the GrailsClass interface and this interface provides methods that allow artefacts to be identified, created and initialized.

Artefacts need to provide info about themselves, and some callbacks are required to verify whether or not a class is that kind of artefact/p>

Authors:
Graeme Rocher
Marc Palmer (marc@anyware.co.uk)
See Also:
GrailsApplication.registerArtefactHandler


Groovy Documentation