siteMeshInterceptor 除页面外
我将 siteMeshInterceptor 用于我的 spring mvc 项目。有没有办法排除页面被拦截?我想在dispatcherServlet 中解决这个问题,而不是在拦截器代码中。
inceptor 在dispatcherServlet 中看起来像这样;
<property name="interceptors">
<list>
<ref local="myInterceptor"/>
</list>
</property>
谢谢。
i use siteMeshInterceptor for my spring mvc project. Is there a way excluding a page from interception? I want to solve this in dispatcherServlet, not in interceptor code.
inceptor looks like this in dispatcherServlet;
<property name="interceptors">
<list>
<ref local="myInterceptor"/>
</list>
</property>
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为不同的 url 模式定义不同的 sitemash 装饰器。
装饰器.xml
You can define different sitemash decorators for different url patterns.
decorators.xml