当前位置: 软件>java软件
jfinal-rythm
本文导语: 为JFinal提供的插件,让JFinal应用程序轻松使用Rythm模版引擎。使用方法: 1. 加入发布包中的jar文件到你的JFinal应用程序lib目录 2. 配置插件: private Properties conf = null; public void configConstant(Constants me) { this.conf = loadProperty...
为JFinal提供的插件,让JFinal应用程序轻松使用Rythm模版引擎。使用方法:
1. 加入发布包中的jar文件到你的JFinal应用程序lib目录
2. 配置插件:
private Properties conf = null; public void configConstant(Constants me) { this.conf = loadPropertyFile("path/to/properties/"); } public void configPlugin(Plugins me) { ... me.add(new RythmPlugin(conf)); }
3. 在你的配置文件中加入:
# 设置模版根目录到 WEB-INF/rythm rythm.home.template=../rythm # 支持国际化 rythm.i18n.enabled=true
4. 然后你就可以用Rythm来写你的模版。这里有两个示例程序可供参考:
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。