JSP中的自定义标签

发布于 2024-11-02 05:14:11 字数 95 浏览 0 评论 0原文

当我使用 taglib 在 JSP 中使用自定义标签时 属性类型必须是字符串 (并且可以在类中将逻辑更改为另一种类型) 或者有一种方法可以使用 pther 东西然后使用字符串?

when i'm using custom tag in JSP using taglib
the attribute type must be string
(and can be change in the class with the logic to another type)
or there is a way to use pther stuff then string?

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

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

发布评论

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

评论(1

要走干脆点 2024-11-09 05:14:11

可以通过添加 type 元素。

JSP 2.2 规范 中介绍了最新版本的具体信息。

Attribute types can be set in the TLD by adding a type element.

The specifics for the latest version are covered in the JSP 2.2 spec.

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