struts2 Interceptor

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


名称: ♪4C.ESL | .↗Evon
口号: 遇到新问题♪先要寻找一个方案乄而不是创造一个方案こ
mail: 联系我

你可能感兴趣的:(struts2 Interceptor)