内容简介:Beetl是一款全功能,高性的国产模板引擎,可以广泛用于动态页面生成,静态页面生成,代码生成,文本转换,脚本和规则引擎等,从2011年来,一直维护,并得到国内用户的肯定 本次发布增加了俩个功能 新增循环属性d...
Beetl是一款全功能,高性的国产模板引擎,可以广泛用于动态页面生成,静态页面生成,代码生成,文本转换,脚本和规则引擎等,从2011年来,一直维护,并得到国内用户的肯定
本次发布增加了俩个功能
- 新增循环属性dataIndex,从0开始。比如
@for(user in userList){
<span> ${userLP.dataIndex} ${user.name} </span>
@}
- 新增一个HTML 标签的属性名称转化类,用户可以自己控制HTML 属性到变量的命名转化规则
- 修复 字节码生成 ,识别父类的General Get方法错误的bug
Maven
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl</artifactId>
<version>3.0.0.M2</version>
</dependency>
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Beetl 3.0.20 版本发布,Java 模板引擎
- Beetl 3.1.7 版本发布,Java 模板引擎
- Beetl 3.1.8 版本发布,Java 模板引擎
- Beetl 2.9.2 版本发布,Java 模板引擎
- Beetl 2.9.8 版本发布,Java 模板引擎
- Beetl 2.9.10 版本发布,Java 模板引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to the Design and Analysis of Algorithms
Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00
Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!