JSP中的自定义标签
当我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以通过添加 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.