Package ratpack.groovy.handling.internal

Examples of ratpack.groovy.handling.internal.DefaultGroovyContext


   *
   * @param context The context to convert to a Groovy context
   * @return The original context wrapped in a Groovy context
   */
  public static GroovyContext context(Context context) {
    return context instanceof GroovyContext ? (GroovyContext) context : new DefaultGroovyContext(context);
  }
View Full Code Here

TOP

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

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.