Package ratpack.groovy.templating.internal

Examples of ratpack.groovy.templating.internal.DefaultTemplate


   * @param id The id/name of the template
   * @param type The content type of template
   * @return a template
   */
  public static Template groovyTemplate(Map<String, ?> model, String id, String type) {
    return new DefaultTemplate(id, model, type);
  }
View Full Code Here

TOP

Related Classes of ratpack.groovy.templating.internal.DefaultTemplate

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.