Package ratpack.groovy.handling.internal

Examples of ratpack.groovy.handling.internal.ClosureBackedHandler


   *
   * @param closure The closure to convert to a handler
   * @return The created handler
   */
  public static Handler groovyHandler(@DelegatesTo(value = GroovyContext.class, strategy = Closure.DELEGATE_FIRST) Closure<?> closure) {
    return new ClosureBackedHandler(closure);
  }
View Full Code Here

TOP

Related Classes of ratpack.groovy.handling.internal.ClosureBackedHandler

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.