• 2022-06-01
    在Struts应用中,编写一个自定义拦截器非常容易,只需要实现()包中的拦截器接口,对Interceptor.intercept()方法使用适当的业务逻辑执行重载。然后,在配置文件(struts.xml)中添加相关信息,就可以被框架使用。
    A: com.opensymphony.xwork2.Struts2FilterServlet
    B: com.opensymphony.xwork2.interceptor
    C: com.opensymphony.xwork.interceptor
    D: com.opensymphony.xwork.Struts2FilterServlet