Package org.grails.spring

Examples of org.grails.spring.GrailsContextEvent


            Environment.setInitializing(false);

            pluginManager.setApplicationContext(mainContext);
            pluginManager.doDynamicMethods();

            mainContext.publishEvent(new GrailsContextEvent(mainContext, GrailsContextEvent.DYNAMIC_METHODS_REGISTERED));

            performPostProcessing(mainContext);

            application.refreshConstraints();
        }
View Full Code Here

TOP

Related Classes of org.grails.spring.GrailsContextEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.