使用 Wicket 制作网站模板和主题的首选方式是什么?

发布于 2024-07-13 17:50:45 字数 623 浏览 9 评论 0原文

我刚刚学习 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:

What is the best practices / "right" way to do this in Wicket? Or do these different methods each have specific kinds of uses?

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

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

发布评论

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

评论(1

白首有我共你 2024-07-20 17:50:45

看看检票口定位器。 我认为“风格”就是您正在寻找的。

因此,如果您只有一种语言环境,并且想要为主页创建“样式”,则可以创建:

  • Home.html
  • Home_style1.html
  • Home_styleanother.html

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:

  • Home.html
  • Home_style1.html
  • Home_styleanother.html

Wicket styles are also applicable to the strings and others resources.

See Localization and Skinning of Applications.

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