jfinal rythm 启用JFinal应用程序以使用Rythm模板引擎
JFinal-Rythm允许JFinal用户使用Rythm ( )模板引擎来渲染视图。用法:在您的Java源文件中从您的属性文件加载配置public void configConstant(Constants me) { this.conf = loadPropertyFile("path/to/properties/"); }启用节奏使用在上述步骤中加载的配置在您的configPlugin方法中配置RythmPlugin: public void configPlugin(Plugins me) { ... me.add(new RythmPlugin(conf)); }在您的属性文件中:在您的属性文件中配置模板主页: # this set the template home to WEB-INF/rythm
用户评论