Package ratpack.render.internal

Examples of ratpack.render.internal.DefaultRenderController


    this.handlers = ChainHandler.unpack(handler);
    this.launchConfig = launchConfig;
    this.registry = buildBaseRegistry(stopper, launchConfig);
    this.addResponseTimeHeader = launchConfig.isTimeResponses();
    this.applicationConstants = new DefaultContext.ApplicationConstants(launchConfig, new DefaultRenderController(), Handlers.notFound());
    this.execController = launchConfig.getExecController();
    this.execControl = execController.getControl();

    if (launchConfig.isCompressResponses()) {
      ImmutableSet<String> blacklist = launchConfig.getCompressionMimeTypeBlackList();
View Full Code Here

TOP

Related Classes of ratpack.render.internal.DefaultRenderController

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.