Package org.codehaus.groovy.grails.plugins.support.aware

Interface Summary
ClassLoaderAware Convenience interface that can be implemented by classes that are registered by plugins.
GrailsApplicationAware Convenience interface that can be implemented by classes that are registered by plugins.
 

Class Summary
AwarePlugin Grails plugin that registers *Aware BeanPostProcessors.
ClassLoaderAwareBeanPostProcessor  
GrailsApplicationAwareBeanPostProcessor Implementation of BeanPostProcessor that recognizes GrailsApplicationAware and injects and instance of GrailsApplication.
 



Copyright (c) 2005-2006 The Grails project