Package ratpack.groovy.internal

Examples of ratpack.groovy.internal.ScriptBackedApp$ClosureCaptureAction


    Function<Module, Injector> moduleTransformer = Guice.newInjectorFactory(launchConfig);
    GuiceBackedHandlerFactory handlerFactory = new GroovyKitAppFactory(launchConfig);
    Function<Closure<?>, Handler> closureTransformer = new RatpackDslClosureToHandlerTransformer(launchConfig, handlerFactory, moduleTransformer);

    return new ScriptBackedApp(script, compileStatic, launchConfig.isDevelopment(), closureTransformer);
  }
View Full Code Here

TOP

Related Classes of ratpack.groovy.internal.ScriptBackedApp$ClosureCaptureAction

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.