Package org.rythmengine

Examples of org.rythmengine.RythmEngine.render()


       config.put("home.template.dir", "p:/jfinal-rythm-demo/WebRoot/css");
       final RythmEngine engine = new RythmEngine(config);
       WL("Prod Mode:" + engine.isProdMode());
       WL(engine.render("my.html", "brian N"));
       //engine.shutdown();
    }
    public static void WL(String s) {
       System.out.println(s);
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.