Interface GrailsApplicationAware

    • Method Detail

      • setGrailsApplication

        void setGrailsApplication​(GrailsApplication grailsApplication)

        This method is called by the ApplicationContext that loads the Grails application. The GrailsApplication instance that represents the loaded Grails application is injected.

        Parameters:
        grailsApplication - the GrailsApplication object that represents this Grails application