FreeMarker是一个模板引擎,一个基于模板生成文本输出的通用工具,使用纯Java编写。
新版本修正了许多bug同时也引入了一些新的特性:
In web pages that are based on the FreemarkerServlet, you can now use <@include_page path="..."/> to use servlet includes. See more here...
The BeansWrapper can automatically detect that classes were reloaded by JavaRebel.
Fixed a bug that caused null to be returned from Environment.getCurrentEnvironment() while processing autoincludes and autoimports.
Fixed a bug that caused getObject(Object) method on POJOs to not be recognized as a general get method.
Substantially improved performance of the <#break> directive.
DeepUnwrap now unwraps custom null model of the current object wrapper into a Java null.
评论删除后,数据将无法恢复
FreeMarker 2.3.15 版本发布
FreeMarker是一个模板引擎,一个基于模板生成文本输出的通用工具,使用纯Java编写。
新版本修正了许多bug同时也引入了一些新的特性:
Changes on the FTL side
In web pages that are based on the FreemarkerServlet, you can now use <@include_page path="..."/> to use servlet includes. See more here...
Changes on the Java side
The BeansWrapper can automatically detect that classes were reloaded by JavaRebel.
Fixed a bug that caused null to be returned from Environment.getCurrentEnvironment() while processing autoincludes and autoimports.
Fixed a bug that caused getObject(Object) method on POJOs to not be recognized as a general get method.
Substantially improved performance of the <#break> directive.
DeepUnwrap now unwraps custom null model of the current object wrapper into a Java null.