Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常我们使用 Facelet 的模板机制在每个页面上包含相同的标题。但是在当前的项目中,所述标头的内容是从另一台服务器提供的。有没有办法在 XHTML 页面中包含来自另一个 URL 的此类内容?
(我看到一篇类似主题的帖子,但 ui:insert (页面内容不在 WAR 中)和 ui:include (只能在 WAR 中参考)似乎都不合适。)
正如您在这个问题中看到的那样,您需要编写自己的自定义 Facelets 资源解析器,以便它可以从 url 解析。