标签: struts2 struts2-interceptors
我在Struts2中编写了我自己的拦截器并配置在我需要的xml文件中,并且它工作正常到现在。我有另一个要求,它应该只调用一些方法。所以我必须做什么请帮助我通过以下网址how to add excludeMethods parameter list for custom interceptor in struts2但没有结果。
答案 0 :(得分:1)
我通过以下链接解决了我的问题 http://struts.apache.org/maven/struts2-core/apidocs/org/apache/struts2/interceptor/TokenSessionStoreInterceptor.html
http://struts.apache.org/maven/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.html#MethodFilterInterceptor%28%29