메소드명 : 렌터링 메소드작성일 : 2014. 3. 13. 메소드설명 : 결과값에 대한 처리를 정한다.
3132333435363738394041
* @return */ public Result html(String path, Model model) { ViewResult html = new HtmlResult(path, model, request, response); return html.render(); } /** * * <pre>