Java Spring MVC 中的 ASP.NET MVC 部分视图

发布于 2024-10-15 19:07:44 字数 160 浏览 1 评论 0原文

我想知道 Java Spring MVC 是否有某种与返回部分视图(如 ASP.NET MVC)相关的实现?基本上我想返回 HTML,它绑定到一个对象并将其返回到 javascript 回调以附加到 dom,而不是使用 Jquery 构建 html(这很乏味)。如果没有,我可能会使用 Jquery 模板。

I am wondering if Java Spring MVC has some sort of implementation that relates to returning partial views like ASP.NET MVC? Basically I want to return HTML, that is bound to an object and return it to a javascript callback to append to the dom, stead of building the html with Jquery (which is tedious). If not I may go with Jquery templates.

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

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

发布评论

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

评论(1

云淡风轻 2024-10-22 19:07:44

我已经做了类似你所要求的事情。基本上我创建了一个视图,但没有将其关联到默认布局。这样,当您加载视图时,它只包含视图的 HTML,而不包含默认布局中的所有额外内容。

抱歉,我没有可以分享的代码。

I have done something like what you are asking. Basically I created a view, but I didn't associate it to the default layout. That way, when you load the view it only contains the HTML of the view, and not all the extras from the default layout.

Sorry I don't have the code on me to share.

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