struts2 拦截器拦截action中指定方法
1.继承类MethodFilterInterceptor(此类是类AbstractInterceptor的子类) import java.util.Map; import com.opensymphony.xwork2.Action; import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.inter[......]