Uses of Package
org.codehaus.groovy.grails.compiler.injection

Packages that use org.codehaus.groovy.grails.compiler.injection
grails.test   
org.codehaus.groovy.grails.commons   
org.codehaus.groovy.grails.compiler.injection   
 

Classes in org.codehaus.groovy.grails.compiler.injection used by grails.test
ClassInjector
          An interface that when implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader)
GrailsAwareClassLoader
          A class loader that is aware of Groovy sources and injection operations
 

Classes in org.codehaus.groovy.grails.compiler.injection used by org.codehaus.groovy.grails.commons
GrailsInjectionOperation
          A Groovy compiler operation that gets plugged into the GroovyClassLoader instance to add custom properties to classes at compile time
 

Classes in org.codehaus.groovy.grails.compiler.injection used by org.codehaus.groovy.grails.compiler.injection
ClassInjector
          An interface that when implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader)
GrailsDomainClassInjector
          Mainly just a marker interface for implementations that perform injection on domain classes
 



Copyright (c) 2005-2009 The Grails project