由 OSGi HTTP 服务提供的 Wicket 应用程序上的静态内容
我正在开发一个将由 OSGi HTTP 服务提供服务的 Web 应用程序, 我使用 WicketServlet 注册它,但我不知道如何提供静态文件(CSS、JS、图像等)。
如何将目录挂载为具有静态内容的资源?
或者我应该以某种方式配置资源定位器?
I'm developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don't know how to serve static files (CSS, JS, images and so).
How could I mount a directory as a resource with the static content?
Or should I configure the resource locator in some way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下提供顶级目录中的文件。
Files in top-level directory are served by default.