免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2351 | 回复: 1
打印 上一主题 下一主题

为什么要用JSP Tag file [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-01-04 21:46 |只看该作者 |倒序浏览
谁能说说用tag file的理由。我没看出来有什么好处,反而比用普通tag或者EL要麻烦得多,要拐好多弯。
比如,如果里面的逻辑必须要用Java实现时(也就是说用用JSTL或者标准EL实现不了时),那么还是要创建一个自定义的tag或者EL函数,因为在tag file里又不能用scriptlet。那么我为什么不直接在我的JSP文件里用自定义的tag或者EL函数?为什么要将它提出来放到单独的tag file里呢?

下面是引用一本书里的:

The tag file needs to find its own way of substituting the Java logic otherwise placed in
the doTag() method of a genuine simple tag handler class. Actual Java logic is
disallowed: A tag file chokes as soon as you try to introduce the smallest of Java
language scriptlets. Instead, you use custom actions, and you are especially likely to
choose actions from the JSTL.

What if there is logic that is beyond the bounds of what JSTL and EL can
accomplish? Well, you can always access “real Java” by means of a (real) custom
tag (not a tag file) used within the tag file. Or, as this example shows, through
an EL function.

论坛徽章:
0
2 [报告]
发表于 2007-01-04 22:11 |只看该作者
重用
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP