Package com.cawring.simple.result

Examples of com.cawring.simple.result.ViewResult.render()


   * @return
   */
  public Result html(String path, Model model)
  {
    ViewResult html = new HtmlResult(path, model, request, response);
    return html.render();
  }
 
  /**
   *
   * <pre>
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.