当前位置:百问十四>百科问答>继承MethodFilterInterceptor和实现Interceptor接口有什么区别

继承MethodFilterInterceptor和实现Interceptor接口有什么区别

2024-06-08 03:49:19 编辑:join 浏览量:615

继承MethodFilterInterceptor和实现Interceptor接口有什么区别

on显示指定了某个拦截器,则默认的拦截器不会起作用

2.实现拦截器类一般可以实现com.opensymphony.xwork2.interceptor.Interceptor接口,或者直接继承AbstractInterceptor类。Struts2还提供了一个MethodFilterIntercepter类,该类是AbstractInterceptor类的子类,如果你需要实现的拦截器支持方法过滤性,就继承MethodFilterIntercepter这个类(说白了就是给action中指定的方法加拦截)

这样你应该会清楚一些了吧

标签:MethodFilterInterceptor,Interceptor,接口

版权声明:文章由 百问十四 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.baiwen14.com/answer/140241.html
热门文章