JSP 中的母版页

发布于 2024-07-18 06:33:30 字数 48 浏览 5 评论 0 原文

JSP中有ASP Masterpages这样的概念吗?

问候。

is there a concept like ASP Masterpages in JSP?

Regards.

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

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

发布评论

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

评论(2

一口甜 2024-07-25 06:33:30

我要在这里冒险,并说您正在寻找的是 JSP 模板

工作方式并不完全相同,但它实际上看起来比 MasterPages 更灵活(允许您定义模板的多个区域以从中提取不同的内容)。

I'm going to step out on a limb here, and say what you're looking for is JSP Templates

Doesn't work exactly the same way, but it actually looks a little more flexible than MasterPages (Allows you to define multiple areas of the templates to pull different content from).

兔小萌 2024-07-25 06:33:30

在 Java 世界中,有多种解决方案。 我的建议是使用您的框架建议的任何内容。 例如 Struts 块、JSF Facelets 等 您确实使用了 Web 框架,不是吗?

In the Java world there are multiple solutions to this. My suggestion is to use whatever your framework suggests. For example Struts tiles, JSF Facelets e.t.c You do use a web framework, don't you?

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