Package ratpack.handling.internal

Examples of ratpack.handling.internal.DefaultChain


    this.launchConfig = launchConfig;
    this.registry = registry;
  }

  public GroovyChain apply(List<Handler> storage) {
    return new DefaultGroovyChain(new DefaultChain(storage, launchConfig, registry));
  }
View Full Code Here

TOP

Related Classes of ratpack.handling.internal.DefaultChain

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.