通过Thymeleaf模板使用Spring的主题解析器和主题

通过Thymeleaf模板使用Spring的主题解析器和主题,第1张

概述我想在Thymeleaf模板中使用Spring主题解析器的功能(请参阅:here).Thymeleaf与spring:theme JSP标签等效吗?请参见下面的JSP代码示例:<%@ taglib prefix='spring' uri='http://www.springframework.org/tags'%> <html>

我想在Thymeleaf模板中使用Spring主题解析器的功能(请参阅:here).

Thymeleaf与spring:theme JsP标签等效吗?

请参见下面的JsP代码示例:

<%@ taglib prefix="spring" uri="http://www.springframework.org/Tags"%><HTML>   <head>      <link rel="stylesheet" href="<spring:theme code='styleSheet'/>" type="text/CSS"/>   </head>   <body >      ...   </body></HTML>
最佳答案我不认为在您提出问题时就是这种情况,但是当前版本的thymeleaf-spring3(撰写本文时为2.0.18)作为SpringStandard dialect a主题功能的一部分,可以像这个:

<body th:>
总结

以上是内存溢出为你收集整理的通过Thymeleaf模板使用Spring的主题解析器和主题 全部内容,希望文章能够帮你解决通过Thymeleaf模板使用Spring的主题解析器和主题 所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1237220.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-06
下一篇 2022-06-06

发表评论

登录后才能评论

评论列表(0条)

保存