像 Struts 一样启用 Tiles devMode devMode 在每次请求时重新加载tiles.xml
Apache Tiles 是否有像 Struts 一样的 devMove,可以根据每个请求重新加载tiles.xml 文件?如果是这样,如何启用此功能?
Does Apache Tiles have a devMove like Struts that would reload the tiles.xml file with each request? If so, how can this be enabled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是另一个使用 Listener 而不是 Filter 的工作配置。
(自 Tiles 2.1.2 起)
在 web.xml 中:
Here is another working configuration that uses Listener instead of Filter.
(since Tiles 2.1.2)
In web.xml:
我使用过图块,但从未尝试过动态重新加载它。
但是,此页面: http://tiles.apache.org/tutorial/configuration.html
说:
I've used tiles, but have never tried to dynamically reload it.
However, this page : http://tiles.apache.org/tutorial/configuration.html
says:
以下内容对我在servlet容器内使用tiles 2.2.2有用。
The following has worked for me using tiles 2.2.2 inside servlet container.