Uses of Interface
org.codehaus.groovy.grails.commons.ArtefactHandler

Packages that use ArtefactHandler
org.codehaus.groovy.grails.commons   
 

Uses of ArtefactHandler in org.codehaus.groovy.grails.commons
 

Classes in org.codehaus.groovy.grails.commons that implement ArtefactHandler
 class AnnotationDomainClassArtefactHandler
          Detects annotated domain classes for EJB3 style mappings.
 class ArtefactHandlerAdapter
           
 class BootstrapArtefactHandler
           
 class CodecArtefactHandler
           
 class ControllerArtefactHandler
           
 class DomainClassArtefactHandler
          Evaluates the conventions that define a domain class in Grails.
 class ServiceArtefactHandler
           
 class TagLibArtefactHandler
          Configures tag libraries within namespaces in Grails.
 class UrlMappingsArtefactHandler
          A handler for UrlMappings.
 

Methods in org.codehaus.groovy.grails.commons that return ArtefactHandler
 ArtefactHandler DefaultGrailsApplication.getArtefactHandler(String type)
           
 ArtefactHandler GrailsApplication.getArtefactHandler(String type)
          Returns the ArtefactHandler for the given type
 ArtefactHandler[] DefaultGrailsApplication.getArtefactHandlers()
           
 ArtefactHandler[] GrailsApplication.getArtefactHandlers()
          Obtain a list of all the artefact handlers
 ArtefactHandler DefaultGrailsApplication.getArtefactType(Class theClass)
           
 ArtefactHandler GrailsApplication.getArtefactType(Class theClass)
          Returns the ArtefactHandler for the given class or null
 

Methods in org.codehaus.groovy.grails.commons with parameters of type ArtefactHandler
 void DefaultGrailsApplication.registerArtefactHandler(ArtefactHandler handler)
          Registers a new ArtefactHandler that is responsible for identifying and managing a particular artefact type that is defined by some convention.
 void GrailsApplication.registerArtefactHandler(ArtefactHandler handler)
          Register a new artefact handler