使用 Wicket 制作网站模板和主题的首选方式是什么?
我刚刚学习 Wicket,谷歌搜索关于如何使用 Wicket 主题/模板网站产生了不同的结果。 看起来常见的方法是:
在 Wicket 中执行此操作的最佳实践/“正确”方法是什么?或者这些不同的方法各自有特定的用途吗?
I'm just learning Wicket, and Googling yields different results about how to theme/template a site using Wicket. It appears that the common methods are:
- Markup Inheritance (description)
- Borders (description)
- Reusable Panels (description)
- Fragments (description)
What is the best practices / "right" way to do this in Wicket? Or do these different methods each have specific kinds of uses?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看检票口定位器。 我认为“风格”就是您正在寻找的。
因此,如果您只有一种语言环境,并且想要为主页创建“样式”,则可以创建:
Wicket 样式也适用于字符串和其他资源。
请参阅应用程序的本地化和换肤。
Have a look at wicket localizer. I think "styles" is what you are looking for.
So if you have only one locale and you want to make "styles" for the Home page, you create:
Wicket styles are also applicable to the strings and others resources.
See Localization and Skinning of Applications.