Uses of Interface
org.codehaus.groovy.grails.plugins.support.aware.GrailsApplicationAware

Packages that use GrailsApplicationAware
org.codehaus.groovy.grails.context.support   
org.codehaus.groovy.grails.orm.hibernate.validation   
org.codehaus.groovy.grails.validation   
org.codehaus.groovy.grails.web.mapping   
org.codehaus.groovy.grails.web.pages   
org.codehaus.groovy.grails.web.servlet   
org.codehaus.groovy.grails.webflow.mvc.servlet   
 

Uses of GrailsApplicationAware in org.codehaus.groovy.grails.context.support
 

Classes in org.codehaus.groovy.grails.context.support that implement GrailsApplicationAware
 class PluginAwareResourceBundleMessageSource
          A ReloadableResourceBundleMessageSource that is capable of loading message sources from plugins.
 

Uses of GrailsApplicationAware in org.codehaus.groovy.grails.orm.hibernate.validation
 

Classes in org.codehaus.groovy.grails.orm.hibernate.validation that implement GrailsApplicationAware
 class HibernateDomainClassValidator
          First checks if the Hibernate PersistentCollection instance has been initialised before bothering to cascade.
 

Uses of GrailsApplicationAware in org.codehaus.groovy.grails.validation
 

Classes in org.codehaus.groovy.grails.validation that implement GrailsApplicationAware
 class GrailsDomainClassValidator
          A specialised Spring validator that validates a domain class instance using the constraints defined in the static constraints closure.
 

Uses of GrailsApplicationAware in org.codehaus.groovy.grails.web.mapping
 

Classes in org.codehaus.groovy.grails.web.mapping that implement GrailsApplicationAware
 class UrlMappingsHolderFactoryBean
          A FactoryBean for constructing the UrlMappingsHolder from the registered UrlMappings class within a GrailsApplication.
 

Uses of GrailsApplicationAware in org.codehaus.groovy.grails.web.pages
 

Classes in org.codehaus.groovy.grails.web.pages that implement GrailsApplicationAware
 class TagLibraryLookup
          Looks up tag library instances.
 

Uses of GrailsApplicationAware in org.codehaus.groovy.grails.web.servlet
 

Classes in org.codehaus.groovy.grails.web.servlet that implement GrailsApplicationAware
 class GrailsControllerHandlerMapping
          Matches Grails' SimpleController class.
 

Uses of GrailsApplicationAware in org.codehaus.groovy.grails.webflow.mvc.servlet
 

Classes in org.codehaus.groovy.grails.webflow.mvc.servlet that implement GrailsApplicationAware
 class GrailsFlowHandlerAdapter
          Extends the default FlowHandlerAdapter in order to populate a valid Grails request.
 class GrailsFlowHandlerMapping
          A HandlerMapping implementation that maps Grails controller classes onto flows.