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

Packages that use ArtefactHandler
org.codehaus.groovy.grails.commons   
org.codehaus.groovy.grails.plugins.web.filters   
 

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
          An ArtefactHandlerAdapter that configures tag libraries within namespaces in Grails
 class UrlMappingsArtefactHandler
          A handler for UrlMappings
 

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

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

Uses of ArtefactHandler in org.codehaus.groovy.grails.plugins.web.filters
 

Classes in org.codehaus.groovy.grails.plugins.web.filters that implement ArtefactHandler
 class FiltersConfigArtefactHandler
           
 



Copyright (c) 2005-2009 The Grails project