Beetl 3.0.0.M2 版本发布,Java 模板引擎

栏目: 软件资讯 · 发布时间: 5年前

内容简介: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.0.M2 版本发布,Java 模板引擎

 


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Introduction to the Design and Analysis of Algorithms

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》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具