有没有办法重用我的自定义 JSP 标记中的逻辑?

发布于 2024-12-05 18:50:42 字数 293 浏览 0 评论 0原文

所以我已经得到了我一直在研究的自定义 JSP 标记。我现在需要执行 在我的标签中执行的操作以及自定义逻辑。

有没有办法重新使用 逻辑?继承看起来不像是一个选项,因为 将在我不这样做的 pageContext 上设置/打印自己的 setAttributes不想要。覆盖该方法将意味着再次对其进行编码。

有什么想法吗?

So I've got this custom JSP tag I've been working on. I now need to do pretty much what <c:url> will do in my tag plus my custom logic.

Is there a way to just re-use <c:url> logic? Inheritance doesn't look like an option since <c:url> will set/print its own setAttributes on the pageContext that I don't want. And overriding that method will means code it again.

Any ideas?

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

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

发布评论

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

评论(1

水波映月 2024-12-12 18:50:42

Displaytag 是一个很好的解决方案,正如 Dave 指出的那样,它有很多内置功能,使它变得很多更容易,或者您可以手动创建页面链接(这就是我要做的,它并不复杂,并且周围有很多示例。)

Displaytag is a good solution to this as Dave pointed out, it has a lot of built in functionality making it a lot more easier, or else you could manually create page links(this is what I would do, its not complicated and there are plenty of samples around.)

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