Package ratpack.groovy.markuptemplates

Examples of ratpack.groovy.markuptemplates.MarkupTemplate


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

TOP

Related Classes of ratpack.groovy.markuptemplates.MarkupTemplate

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.