文章列表
在Struts 2中的拦截器,要实现com.opensymphony.xwork2.interceptor.Interceptor接口,在struts.xml中配置。可以用拦截器来完成调用Action业务逻辑之前的预处理或是之后的善后处理。还可以通过配置多个拦截器来满足action需求。
com.opensymphony.xwork2.interceptor.Interceptor接口, 一般不直接使用它.com.opensymphony.xwork2.interceptor.AbstractInterceptor 抽象类(空实现了Interceptor接口)自己写拦截器可继承这个抽象类, 重 ...
- 2009-08-18 11:15
- 浏览 1394
- 评论(0)