JSF 2.0 Facelets 嵌套模板继承
是否可以定义从 Facelet 中的其他模板继承的模板?
像这样
/GlobalTemplate.xhtml
/users/UsersTemplate.xhtml template="/GlobalTemplate.xhtml"
/users/viewUser.xhtml template="/users/UsersTemplate.xhtml"
然后viewUsers.xhtml将被浏览器调用
Is it posible to define templates that inherit from other templates in facelets?
Something like this
/GlobalTemplate.xhtml
/users/UsersTemplate.xhtml template="/GlobalTemplate.xhtml"
/users/viewUser.xhtml template="/users/UsersTemplate.xhtml"
Then viewUsers.xhtml will be called by browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这绝对有可能。
Yes, it's definitely possible.