还有哪些其他 Freemarker JSP 标签库?

发布于 2024-10-09 14:10:52 字数 608 浏览 0 评论 0原文

我已经使用 Freemarker 一段时间了,发现 displaytag 库非常有用。我只是想知道是否有任何其他库可以以类似于 displaytag 的方式使用,这些库已对您的开发非常有帮助:

FTL 页面

<#assign display=JspTaglibs["/WEB-INF/tlds/displaytag.tld"]/>
<@display.table uid="items" name="items" pagesize=10 class="table">
    <@display.column title="Category" property="category.name"/>
    <@display.column title="Delivery" property="delivery"/>
</@display.table>

使用示例将不胜感激,因为大多数 JSP 标记库都没有它们。

I have been using Freemarker for a while and found displaytag library very useful. I just wondering if there are any other libraries that could be used in similar means as displaytag, which have been very helpful to you in development:

FTL page

<#assign display=JspTaglibs["/WEB-INF/tlds/displaytag.tld"]/>
<@display.table uid="items" name="items" pagesize=10 class="table">
    <@display.column title="Category" property="category.name"/>
    <@display.column title="Delivery" property="delivery"/>
</@display.table>

Example of usage would be appreciated since most of the JSP tag libs don't have them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪淡了忧伤 2024-10-16 14:10:53

宏嵌套支持、TemplateModel 修改、在宏主体中设置参数、模板扩展支持、在 Spring 中访问 strut2 freemarker 配置: http://code.google.com/p/freemarker-sweet/

集成了 Maven、Spring Framework、Hibernate + XDoclet 和 Freemarker 的入门 Web 应用程序模板:http://mindoro.sourceforge.net/

通用文本文件预处理工具:http://fmpp.sourceforge.net/

Cewolf:https://cwiki.apache.org/WW/freemarker-tags.html

其他可以像上面那样集成的 JSP 标签库 displaytag: http://java-source.net/open-source/jsp-tag-libraries

Macro nest support, TemplateModel modify, Set param in a macro body, Template extend support, Access strut2 freemarker configuration in spring: http://code.google.com/p/freemarker-sweet/

Starter Web application template that integrates Maven, the Spring Framework, Hibernate + XDoclet, and Freemarker: http://mindoro.sourceforge.net/

General-purpose text file preprocessor tool: http://fmpp.sourceforge.net/

Cewolf: https://cwiki.apache.org/WW/freemarker-tags.html

Other JSP Tag libraries that could be integrated like above displaytag: http://java-source.net/open-source/jsp-tag-libraries

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文